fix: update more public and explore links
This commit is contained in:
parent
fd1be3b86c
commit
04615e443e
4 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@ const reload = async () => {
|
|||
try {
|
||||
if (!useMasto())
|
||||
await loginTo(currentUser.value)
|
||||
clearError({ redirect: currentUser.value ? '/home' : '/public' })
|
||||
clearError({ redirect: currentUser.value ? '/home' : `/${currentServer.value}/public` })
|
||||
}
|
||||
catch {
|
||||
state.value = 'error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue