feat(#14): Replace profile page with account page

This commit is contained in:
Josh Creek
2024-07-04 19:33:51 +01:00
parent 113268614b
commit f10e0537bd
5 changed files with 121 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
password: password,
options: {
// Redirect URL after successful sign-up
redirectTo: '/profile'
redirectTo: '/account'
}
});