diff --git a/jslib b/jslib index cd3c2ddff1a..d875b9aeb00 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e +Subproject commit d875b9aeb0013ff0802c1a9a1e6a8eb2fb8ef156 diff --git a/src/app/accounts/lock.component.html b/src/app/accounts/lock.component.html index 64aef34a076..af465e81ba4 100644 --- a/src/app/accounts/lock.component.html +++ b/src/app/accounts/lock.component.html @@ -1,4 +1,4 @@ -
+

@@ -11,7 +11,7 @@

+ [(ngModel)]="masterPassword" required appAutofocus> diff --git a/src/app/dummy.module.ts b/src/app/dummy.module.ts new file mode 100644 index 00000000000..62b79695315 --- /dev/null +++ b/src/app/dummy.module.ts @@ -0,0 +1,12 @@ +import { NgModule } from '@angular/core'; + +import { ModalComponent } from 'jslib/angular/components/modal.component'; + +@NgModule({ + imports: [], + declarations: [ + ModalComponent, + ], +}) +export class DummyModule { +} diff --git a/tsconfig.json b/tsconfig.json index b5ee7a3abfb..d753ada0854 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,8 +25,6 @@ "jslib/dist", "jslib/spec", "jslib/src/electron", - "jslib/src/angular/components/modal.component.ts", - "jslib/src/angular/dummy.module.ts", "jslib/src/services/nodeApi.service.ts", "jslib/src/services/lowdbStorage.service.ts", "jslib/src/misc/nodeUtils.ts",