Skip to content

Commit b7315f6

Browse files
authored
fix: Disable loadUserInfo (#4639)
1 parent 6f7d69f commit b7315f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/authDataAtom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function createUserManager(
6565
return new UserManager({
6666
redirect_uri: window.location.origin + redirectPath,
6767
post_logout_redirect_uri: window.location.origin + '/logout.html',
68-
loadUserInfo: true,
68+
loadUserInfo: false,
6969
client_id: oidcParams.clientId,
7070
authority: oidcParams.issuerUrl,
7171
client_secret: oidcParams.clientSecret,

0 commit comments

Comments
 (0)