diff --git a/jslib b/jslib index 3354f0b8..f35ecf0c 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 3354f0b8180c319b4ae72c062874e9f8f5a1fe61 +Subproject commit f35ecf0cd8bd1b91f2544e07bb7b766d227f54ff diff --git a/src/app/app.module.ts b/src/app/app.module.ts index c5b65c90..411fd5a7 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -92,6 +92,7 @@ import { TwoFactorSetupComponent } from './settings/two-factor-setup.component'; import { TwoFactorU2fComponent } from './settings/two-factor-u2f.component'; import { TwoFactorVerifyComponent } from './settings/two-factor-verify.component'; import { TwoFactorYubiKeyComponent } from './settings/two-factor-yubikey.component'; +import { UpdateKeyComponent } from './settings/update-key.component'; import { UpdateLicenseComponent } from './settings/update-license.component'; import { UserBillingComponent } from './settings/user-billing.component'; import { VerifyEmailComponent } from './settings/verify-email.component'; @@ -241,6 +242,7 @@ import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; TwoFactorU2fComponent, TwoFactorVerifyComponent, TwoFactorYubiKeyComponent, + UpdateKeyComponent, UpdateLicenseComponent, UserBillingComponent, UserLayoutComponent, @@ -280,6 +282,7 @@ import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; TwoFactorRecoveryComponent, TwoFactorU2fComponent, TwoFactorYubiKeyComponent, + UpdateKeyComponent, ], providers: [], bootstrap: [AppComponent], diff --git a/src/app/settings/update-key.component.html b/src/app/settings/update-key.component.html new file mode 100644 index 00000000..d2322964 --- /dev/null +++ b/src/app/settings/update-key.component.html @@ -0,0 +1,28 @@ +
{{'updateEncryptionKeyShortDesc' | i18n}}
+ +