faction icon indicating copy to clipboard operation
faction copied to clipboard

Fix: Explicitly define setter/getter methods for PasswordReset

Open garihc23 opened this issue 1 year ago • 1 comments

  • Resolved compilation errors related to missing setKey(), setUser(), and setCreated() methods in PasswordReset.
  • Lombok's @Data annotation was present but did not generate the expected methods.
  • Added explicit setter and getter methods to ensure compatibility across different environments.

garihc23 avatar Mar 21 '25 06:03 garihc23

Not really sure why this is needed. Lombok seems to be generating the getters and setters in my env. When i have more time i'll try to recreate the issue you are having.

summitt avatar Apr 01 '25 14:04 summitt