diff --git a/app/[lang]/(live)/(protected)/layout.tsx b/app/[lang]/(live)/(protected)/layout.tsx index 9273fda74..c6e4a0a51 100644 --- a/app/[lang]/(live)/(protected)/layout.tsx +++ b/app/[lang]/(live)/(protected)/layout.tsx @@ -46,10 +46,13 @@ export default async function ProtectedLayout({ redirect(redirectURL) case "notfound": console.error(`[layout:protected] notfound user loading error`) + break case "unknown": console.error(`[layout:protected] unknown user loading error`) + break default: console.error(`[layout:protected] unhandled user loading error`) + break } return
Something went wrong!
}