Skip to content

Commit

Permalink
Fix Login code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Malinin committed Sep 13, 2024
1 parent 9e2096b commit 0691cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/login1.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const authCode =
authClient.login({
oidcIssuer: idp,
redirectUrl: callback,
tokenType: mode==="Bearer" ? "Bearer" : "DPoP",
tokenType: sMode==="Bearer" ? "Bearer" : "DPoP",
clientName: "OSDS"
});

Expand Down

0 comments on commit 0691cb7

Please sign in to comment.