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

supports duo platform util

This commit is contained in:
Kyle Spearrin
2018-05-16 15:30:28 -04:00
parent e6fde2e92b
commit cf5bce1ea9
3 changed files with 8 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ export abstract class PlatformUtilsService {
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
getApplicationVersion: () => string;
supportsU2f: (win: Window) => boolean;
supportsDuo: () => boolean;
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
isDev: () => boolean;