0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

chore(console): remove redunant login hint usage for invitation (#6385)

This commit is contained in:
Xiao Yijun 2024-08-01 21:02:04 +08:00 committed by GitHub
parent eef3d74dc8
commit ebb6a91de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,10 +56,7 @@ function AcceptInvitation() {
<SwitchAccount
onClickSwitch={() => {
saveRedirect();
void signIn({
redirectUri: redirectUri.href,
loginHint: `urn:logto:invitation:${invitationId}`,
});
void signIn(redirectUri.href);
}}
/>
);