Skip to content

Commit

Permalink
Merge pull request #53 from DEPthes/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jisupark123 authored Aug 19, 2023
2 parents 4edfb7d + 366f585 commit 29bf7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Layout from '@/components/layouts/layout';
import AuthEmail from '@/components/authEmail';

const Join = () => {
const [page, setPage] = useState<'Email' | 'Password'>('Password');
const [page, setPage] = useState<'Email' | 'Password'>('Email');
const [email, setEmail] = useState<string>('');

return (
Expand Down

0 comments on commit 29bf7cc

Please sign in to comment.