1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

assign window from app

This commit is contained in:
Kyle Spearrin
2018-01-20 14:05:20 -05:00
parent e0674e1b9c
commit 4081c55be1
3 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
class U2f {
export class U2f {
private iframe: HTMLIFrameElement = null;
private connectorLink: HTMLAnchorElement;
@@ -71,6 +71,3 @@ class U2f {
event.data.indexOf('info|') === 0;
}
}
export { U2f };
(window as any).U2f = U2f;