Skip to content

Commit

Permalink
Remove transient keyword which brakes Redis session saved
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Dec 20, 2024
1 parent 2bbe5e6 commit d0a4220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class ExtendedAuthenticationToken extends AbstractAuthenticationToken {

private static final long serialVersionUID = 1L;
private transient Object principal;
private Object principal;
private transient Object credentials;
private Set<IamAuthenticationMethodReference> authenticationMethodReferences = new HashSet<>();
private String totp;
Expand Down

0 comments on commit d0a4220

Please sign in to comment.