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

PM-13659 - 2FA Timeout Log All the things (#12275)

This commit is contained in:
Jared Snider
2024-12-06 12:43:17 -05:00
committed by GitHub
parent 7e2456224d
commit 9fcc4f0543
3 changed files with 47 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ 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.