mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:15:04 +00:00
rm logs
This commit is contained in:
@@ -70,7 +70,6 @@ export function PasswordForm({
|
||||
|
||||
setLoading(false);
|
||||
|
||||
console.log(response);
|
||||
return response;
|
||||
}
|
||||
|
||||
@@ -112,11 +111,6 @@ export function PasswordForm({
|
||||
!submitted.authMethods ||
|
||||
!submitted.factors?.user?.loginName
|
||||
) {
|
||||
console.log(
|
||||
!submitted,
|
||||
!submitted?.authMethods,
|
||||
!submitted?.factors?.user?.loginName,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -126,7 +120,6 @@ export function PasswordForm({
|
||||
m !== AuthenticationMethodType.PASSKEY,
|
||||
);
|
||||
|
||||
console.log(availableSecondFactors);
|
||||
if (availableSecondFactors?.length == 1) {
|
||||
const params = new URLSearchParams({
|
||||
loginName: submitted.factors?.user.loginName,
|
||||
|
||||
Reference in New Issue
Block a user