This commit is contained in:
hailin 2025-04-19 12:32:21 +08:00
parent b6d41b3e81
commit 80d3ee9260
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
const handleSignOut = async () => {
await supabase.auth.signOut()
router.push(`${locale}/login`)
router.push(`/${locale}/login`)
router.refresh()
return
}