This commit is contained in:
parent
a64989bd4d
commit
02f5463162
|
|
@ -79,7 +79,7 @@ export default async function Login({
|
|||
})
|
||||
|
||||
if (error) {
|
||||
return redirect(`/login?message=${error.message}`)
|
||||
return redirect(`${localeString}/login?message=${error.message}`)
|
||||
}
|
||||
|
||||
const { data: homeWorkspace, error: homeWorkspaceError } = await supabase
|
||||
|
|
|
|||
Loading…
Reference in New Issue