- {/*
*/}
- {/*
-
-
-
- Got a Passkey?
-
-
- Use it to sign in securely without using a password.
-
-
-
*/}
- {/*
*/}
- {/*
}
- variant={'tertiary'}
- target="_blank"
- href="https://safety.google/authentication/passkey/"
- >
- Learn more
- */}
- {/*
- ) : (
-
- )
- }
- className="flex-1"
- disabled={!!loading}
- onClick={async () => {
- setProvider('passkey');
- }}
- >
- Sign In with Passkey
- */}
- {/*
*/}
-
- {/*
-
- Lost your passkey?
-
-
-
-
-
-
*/}
- {/*
*/}
-
- {/*
*/}
-
- {/* }
- rightIcon={
- loading && loading === 'google' ? (
-
- ) : null
- }
- onClick={() => {
- setProvider('google');
- // snowball.auth.google.startOAuthRedirect();
- }}
- className="flex-1 self-stretch"
- variant={'tertiary'}
- disabled={!!loading}
- >
- Continue with Google
- */}
-
- {/* }
- rightIcon={
- loading && loading === 'github' ? (
-
- ) : null
- }
- onClick={async () => {
- setProvider('github');
- // await new Promise((resolve) => setTimeout(resolve, 800));
- // setProvider(false);
- // toast({
- // id: 'coming-soon',
- // title: 'Sign-in with GitHub is coming soon!',
- // variant: 'info',
- // onDismiss() {},
- // });
- }}
- className="flex-1 self-stretch"
- variant={'tertiary'}
- disabled={!!loading}
- >
- Continue with GitHub
- */}
-
- {/* }
- rightIcon={
- loading && loading === 'apple' ? (
-
- ) : null
- }
- onClick={async () => {
- setProvider('apple');
- // snowball.auth.apple.startOAuthRedirect();
- // await new Promise((resolve) => setTimeout(resolve, 800));
- // setProvider(false);
- // toast({
- // id: 'coming-soon',
- // title: 'Sign-in with Apple is coming soon!',
- // variant: 'info',
- // onDismiss() {},
- // });
- }}
- className={`flex-1 self-stretch border-black enabled:bg-black text-white ${
- loading && loading === 'apple' ? 'disabled:bg-black' : ''
- }`}
- variant={'tertiary'}
- disabled={!!loading}
- >
- Continue with Apple
- */}
-
-
-
- {/* {error && (
-
- )} */}
-
- {/*
-
- Don't have an account?
-
-
-
- Sign up now
-
-
-
*/}