Browse Source

isDev method

PS-589-2fa-device-verification-settings
Kyle Spearrin 8 years ago
parent
commit
61918fbc04
  1. 1
      src/abstractions/platformUtils.service.ts

1
src/abstractions/platformUtils.service.ts

@ -18,4 +18,5 @@ export abstract class PlatformUtilsService { @@ -18,4 +18,5 @@ export abstract class PlatformUtilsService {
supportsU2f: (win: Window) => boolean;
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
isDev: () => boolean;
}

Loading…
Cancel
Save