- Hello! You are Signed In!
-
- >
- )
- }
-
- function SignInOAuthButtons() {
- const { signIn, isLoaded } = useSignIn()
- if (!isLoaded) {
- return null
- }
- const signInWithGoogle = () =>
- signIn.authenticateWithRedirect({
- strategy: 'oauth_google',
- redirectUrl: '/sso-callback',
- redirectUrlComplete: '/',
- })
- return