We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f914d commit 67f5435Copy full SHA for 67f5435
src/containers/FormLogin.svelte
@@ -18,7 +18,6 @@
18
} = await UserService.login(user)
19
20
if (status === 200) {
21
- invalid = false
22
goto('platform/courses')
23
} else {
24
msgError = { [field]: error }
0 commit comments