Skip to content

Commit

Permalink
ChallengeResponseAuth fix null authextra
Browse files Browse the repository at this point in the history
  • Loading branch information
andzejsw authored Nov 26, 2024
1 parent 9e511db commit 9308b6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ private CompletableFuture<SessionDetails> reallyJoin(
ChallengeResponseAuth auth = (ChallengeResponseAuth) authenticator;
authID = auth.authid;
authrole = auth.authrole;
authextra = auth.authextra;
} else if (authenticator.getAuthMethod().equals(CryptosignAuth.authmethod)) {
CryptosignAuth auth = (CryptosignAuth) authenticator;
authID = auth.authid;
Expand Down

0 comments on commit 9308b6a

Please sign in to comment.