svelte-spa
svelte-spa copied to clipboard
uncomfortable modal
Hi, very good program, congratulations I ran into a problem. In the SingIn option, if I make a mistake in entering the correct name, the modal is indicated indicating to enter username and password.
I've already disabled // checkAuth () in App.Svelte and SignUp.svelte but SingIn doesn't know where to disable it.
this happens in SingIn.svelte const submit = async () => { ... const response = await client.post(new Authenticate({ provider: 'credentials', userName, password, rememberMe, })); ...