Skip to content

Commit

Permalink
fix: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiavorobiova committed Sep 17, 2024
1 parent d08cb0f commit 8b9c148
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 1 deletion.
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
"pre-commit": "lint-staged"
}
}
}
}
2 changes: 2 additions & 0 deletions src/app/[locale]/(auth)/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default function SignUp() {
if (data) {
createUserWithEmailAndPassword(auth, data.email, data.password)
.then(() => {
// TODO: add name and icon

router.push('/signin');
})
.catch(() => {
Expand Down

0 comments on commit 8b9c148

Please sign in to comment.