diff --git a/components/utility/profile-settings.tsx b/components/utility/profile-settings.tsx index 9e4b20e..5e8435c 100644 --- a/components/utility/profile-settings.tsx +++ b/components/utility/profile-settings.tsx @@ -133,7 +133,7 @@ export const ProfileSettings: FC = ({}) => { const handleSignOut = async () => { await supabase.auth.signOut() - router.push(`${locale}/login`) + router.push(`/${locale}/login`) router.refresh() return }