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:
parent
eef3d74dc8
commit
ebb6a91de7
1 changed files with 1 additions and 4 deletions
|
@ -56,10 +56,7 @@ function AcceptInvitation() {
|
|||
<SwitchAccount
|
||||
onClickSwitch={() => {
|
||||
saveRedirect();
|
||||
void signIn({
|
||||
redirectUri: redirectUri.href,
|
||||
loginHint: `urn:logto:invitation:${invitationId}`,
|
||||
});
|
||||
void signIn(redirectUri.href);
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue