1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

logging verbosity

This commit is contained in:
Maciej Zieniuk
2025-04-11 11:18:53 +01:00
parent 6845dfcba1
commit fc63865487

View File

@@ -436,7 +436,7 @@ export class SsoComponent implements OnInit {
}
if (authResult.requiresKeyConnectorDomainConfirmation != null) {
this.logService.warning("Key Connector domain confirmation required");
this.logService.debug("Key Connector domain confirmation required 2");
return await this.handleKeyConnectorDomainConfirmation(
authResult.requiresKeyConnectorDomainConfirmation,
authResult.userId,