Login:Src:App: remove redirection to Wizard

This commit is contained in:
Darya Umrikhina 2024-07-11 12:15:08 +04:00
parent 6105790a5b
commit bbac07f94d

View File

@ -75,9 +75,9 @@ export default async function RootLayout({
redirectUrl = url.toString();
}
if (typeof settings !== "string" && settings?.wizardToken) {
/* if (typeof settings !== "string" && settings?.wizardToken) {
redirectUrl = `wizard`;
}
} */
if (
typeof settings !== "string" &&