We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0594c2d commit 55b3697Copy full SHA for 55b3697
src/utils/OidcUtils.js
@@ -74,6 +74,5 @@ export const getOidcIdentityStorageKey = () => {
74
};
75
76
export function isUsingOidcAuth() {
77
- console.log(AUTHENTICATION);
78
return AUTHENTICATION === "oidc";
79
}
0 commit comments