await signUp.authenticateWithRedirect({
strategy: provider,
redirectUrl: '/dashboard',
redirectUrlComplete: '/dashboard',
});
await fetch('...');
await signUp.authenticateWithRedirect({
strategy: provider,
redirectUrl: '/dashboard',
redirectUrlComplete: '/dashboard',
});
await fetch('...');