This commit is contained in:
hailin 2025-05-20 18:04:43 +08:00
parent e1192ac3c8
commit 8c63dd5057
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export default function SetupPage() {
}
const handleSaveSetupSetting = async () => {
const supabase = await createClient()
const session = (await supabase.auth.getSession()).data.session
if (!session) {
// return router.push(`/${locale}/login`)