Fix: Account verification needs to hard-redirect

This commit is contained in:
Ben Allfree 2022-11-16 11:34:04 -08:00
parent 200e1c63cf
commit 57f3197d99
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export const handleAccountConfirmation = async (token: string, setError?: FormEr
try {
await confirmVerification(token)
await goto('/dashboard')
window.location.href = '/dashboard'
} catch (error: any) {
handleFormError(error, setError)
}

View File

@ -138,7 +138,7 @@ open https://pockethost.io
- [ ] Bugfix: Disallow backups if data dir doesn't exist
- [ ] Bugfix: dedupe yarn
- [ ] Bugfix: Account verification needs to hard-redirect
- [x] Bugfix: Account verification needs to hard-redirect
- [x] Chore: improved bootstrap TS support
**0.5.1**