Skip to content

Commit

Permalink
revert and change default token type to Default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dushaniw committed Feb 19, 2024
1 parent 48e0814 commit 0728161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public Response register(RegistrationProfile profile) {
}
}

String tokenType = APIConstants.JWT;
String tokenType = APIConstants.DEFAULT_TOKEN_TYPE;
String profileTokenType = profile.getTokenType();
if (StringUtils.isNotEmpty(profileTokenType)) {
tokenType = profileTokenType;
Expand Down

0 comments on commit 0728161

Please sign in to comment.