Revert "sign in with passkeys coming soon"
This reverts commit ed0de90118
.
This commit is contained in:
parent
48552310e0
commit
c3b048d273
@ -137,14 +137,6 @@ export const Login = ({ onDone }: Props) => {
|
|||||||
disabled={!!loading}
|
disabled={!!loading}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
setProvider('passkey');
|
setProvider('passkey');
|
||||||
await new Promise((resolve) => setTimeout(resolve, 800));
|
|
||||||
setProvider(false);
|
|
||||||
toast({
|
|
||||||
id: 'coming-soon',
|
|
||||||
title: 'Sign-in with Passkeys is coming soon!',
|
|
||||||
variant: 'info',
|
|
||||||
onDismiss() {},
|
|
||||||
});
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Sign In with Passkey
|
Sign In with Passkey
|
||||||
|
Loading…
Reference in New Issue
Block a user