mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 07:02:06 +00:00
debug=true
This commit is contained in:
@@ -2,7 +2,7 @@ import { redirect } from "next/navigation";
|
||||
|
||||
export default function Page() {
|
||||
// automatically redirect to loginname
|
||||
// if (process.env.DEBUG !== "true") {
|
||||
redirect("/loginname");
|
||||
// }
|
||||
if (process.env.DEBUG !== "true") {
|
||||
redirect("/loginname");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user