Started working on Sign in buttons

This commit is contained in:
2025-06-24 16:59:43 -05:00
parent fbb24185df
commit 29ba0d881d
6 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,6 @@
'use client';
import { signInWithApple, getProfile, updateProfile } from '@/lib/queries';
import { StatusMessage, SubmitButton } from '@/components/default/forms';
import { useAuth } from '@/lib/hooks/context';
import { useRouter } from 'next/navigation';
import { useState } from 'react';