login page update
This commit is contained in:
@@ -9,7 +9,7 @@ export const Route = createFileRoute('/_authenticated')({
|
||||
throw redirect({
|
||||
to: '/sign-in',
|
||||
search: {
|
||||
redirect: location.href,
|
||||
redirect: location.href === '/' ? undefined : location.href,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user