Skip to content

Commit

Permalink
fix : social register
Browse files Browse the repository at this point in the history
  • Loading branch information
pinomaker-hoo committed Dec 2, 2023
1 parent 05243f2 commit ef3a805
Show file tree
Hide file tree
Showing 2 changed files with 5,911 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/social-signup-page/social-signup-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ const SocialSignupPageView = ({
</Box>
<Box sx={{ display: 'flex', justifyContent: 'center', mt: 10 }}>
<Box>
<Typography variant="h6">Email</Typography>
<Typography variant="h6">Nickname</Typography>
<InputBase
type="text"
value={user.nickname}
name="username"
name="nickname"
onChange={setUser}
placeholder="email"
placeholder="nickname"
onKeyDown={handleEnter}
sx={{
mt: 1,
Expand Down
Loading

0 comments on commit ef3a805

Please sign in to comment.