mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
lib updates for login view on desktop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface TotpService {
|
||||
getCode(keyb32: string): Promise<string>;
|
||||
isAutoCopyEnabled(): Promise<boolean>;
|
||||
export abstract class TotpService {
|
||||
getCode: (keyb32: string) => Promise<string>;
|
||||
isAutoCopyEnabled: () => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user