Got Apple Auth working

This commit is contained in:
2025-06-08 18:31:35 -05:00
parent c47c43dc92
commit 6a6c0934d5
4 changed files with 6 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import { useAuth } from '@/components/context/auth';
import { useRouter } from 'next/navigation';
import { useState } from 'react';
import Image from 'next/image';
import { Button, type buttonVariants } from '@/components/ui';
import { type buttonVariants } from '@/components/ui';
import { type ComponentProps } from 'react';
import { type VariantProps } from 'class-variance-authority';
@@ -68,7 +68,7 @@ export const SignInWithApple = ({
width={22}
height={22}
/>
<p className='text-[1.0rem]'>Sign in with Apple</p>
<p className='text-[1.0rem]'>Sign In with Apple</p>
</div>
</SubmitButton>
{statusMessage && <StatusMessage message={{ error: statusMessage }} />}