Skip to content

Commit 12ef475

Browse files
committed
🚧 Change route
1 parent 36f10ff commit 12ef475

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/containers/FormSignup.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@
1919
async function saveUser() {
2020
const { status, data } = await UserService.save(user)
2121
22-
console.log('STATUS', status)
23-
console.log('DATA', data)
24-
2522
if (status === 201) {
26-
goto('login')
23+
goto('confirmation')
2724
} else {
2825
msgError = { [field]: error }
2926
}

0 commit comments

Comments
 (0)