mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
Add support for requesting and using otp for verifying some requests (#527)
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
@@ -26,4 +26,5 @@ export abstract class TokenService {
|
||||
getName: () => string;
|
||||
getPremium: () => boolean;
|
||||
getIssuer: () => string;
|
||||
getIsExternal: () => boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user