1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

revert: [PR-13659] remove 2FA timeout logging and fix attempts

This reverts two previous commits:
- PM-13659 - 2FA Timeout Log All the things (#12275)
- Auth/PM-13659 - 2FA Timeout - Attempted Fix (#12263)
This commit is contained in:
Alec Rippberger
2024-12-06 13:42:32 -06:00
committed by GitHub
parent d295825ff1
commit 69800d01ab
6 changed files with 9 additions and 78 deletions

View File

@@ -14,8 +14,6 @@ import {
} from "../models/domain/login-credentials";
export abstract class LoginStrategyServiceAbstraction {
id: string;
/**
* The current strategy being used to authenticate.
* Emits null if the session has timed out.