mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Fix: Account verification needs to hard-redirect
This commit is contained in:
parent
200e1c63cf
commit
57f3197d99
@ -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)
|
||||
}
|
||||
|
@ -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**
|
||||
|
Loading…
x
Reference in New Issue
Block a user