Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Anup Nehe <[email protected]>
  • Loading branch information
anup-nehe committed Dec 24, 2024
1 parent 9b54719 commit 77b185e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,7 @@ public String getTokenByRole(String role, String tokenType) {
case "invalid":
return "anyRandomString";
case "invalidtoken":
// String encodingToken = "AnyRandomString-ToCreate-Jwt";
return kernelAuthLib.encodeBase64("AnyRandomString-ToCreate-Jwt");
// invalidcookie =
// return invalidcookie;
case "regAdmin":
if (!kernelCmnLib.isValidToken(regAdminCookie))
regAdminCookie = kernelAuthLib.getAuthForRegistrationAdmin();
Expand Down

0 comments on commit 77b185e

Please sign in to comment.