faction
faction copied to clipboard
Fix: Explicitly define setter/getter methods for PasswordReset
- 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.
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.