mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 10:18:23 +00:00
chore(ui): disable popup based login for msal (#19737)
This commit is contained in:
parent
29f067c162
commit
385e3e82a5
@ -124,7 +124,7 @@ const MsalAuthenticator = forwardRef<AuthenticatorRef, Props>(
|
||||
};
|
||||
|
||||
const renewIdToken = async () => {
|
||||
const user = await fetchIdToken(true);
|
||||
const user = await fetchIdToken();
|
||||
|
||||
return user.id_token;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user