diff --git a/jslib b/jslib index 167558168c4..579f970323e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 167558168c4ddff8eff67d7f12dfac47d5d25866 +Subproject commit 579f970323ea0bbc0d26f17cb9454c142f47bf6a diff --git a/src/popup2/accounts/login.component.html b/src/popup2/accounts/login.component.html index c13e25d3917..bea95b70889 100644 --- a/src/popup2/accounts/login.component.html +++ b/src/popup2/accounts/login.component.html @@ -1,3 +1,43 @@ -
diff --git a/src/popup2/accounts/login.component.ts b/src/popup2/accounts/login.component.ts index aa5c52cd878..41c2d82b1ee 100644 --- a/src/popup2/accounts/login.component.ts +++ b/src/popup2/accounts/login.component.ts @@ -22,18 +22,44 @@ import { SyncService } from 'jslib/abstractions/sync.service'; template: template, }) export class LoginComponent { - @ViewChild('environment', { read: ViewContainerRef }) environmentModal: ViewContainerRef; - email: string = ''; masterPassword: string = ''; showPassword: boolean = false; formPromise: Promise