Skip to content

Commit

Permalink
Merge pull request #52 from DEPthes/beomsu
Browse files Browse the repository at this point in the history
간편가입 url수정
  • Loading branch information
jisupark123 authored Aug 19, 2023
2 parents d94cc5a + b82af4b commit 366f585
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 366f585

Please sign in to comment.