mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 18:12:16 +00:00
rm comment
This commit is contained in:
@@ -185,11 +185,6 @@ export async function sendLoginname(command: SendLoginnameCommand) {
|
||||
|
||||
redirect("/verify?" + paramsVerify);
|
||||
}
|
||||
// what to do with users with valid email but no auth methods? redirect to /authenticator/set?
|
||||
// return {
|
||||
// error:
|
||||
// "User has no available authentication methods. Contact your administrator to setup authentication for the requested user.",
|
||||
// };
|
||||
|
||||
const paramsAuthenticatorSetup = new URLSearchParams({
|
||||
loginName: session.factors?.user?.loginName,
|
||||
|
||||
Reference in New Issue
Block a user