Skip to content

Commit e2bf538

Browse files
almost done
1 parent 097d685 commit e2bf538

File tree

9 files changed

+148
-208
lines changed

9 files changed

+148
-208
lines changed

public/auth.page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function onSignUpSubmit(event) {
2121
userData,
2222
onSuccess: user => {
2323
alert(`User "${user.username}" created, you may now log in.`);
24-
window.open('/index.html', '_self');
24+
window.open('/login.html', '_self');
2525
},
2626
onError: err => {
2727
alert('There was a problem processing your request, please try again later.');

0 commit comments

Comments
 (0)