diff --git a/jslib b/jslib index 20622db73c..8be95bfe57 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 20622db73c5c2a56777944bb06f32a21bf2e763f +Subproject commit 8be95bfe574a7ae2c8173921bbdfe82451436081 diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 1fb0a0a5e0..1466208961 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -54,6 +54,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 { UpdateLicenseComponent } from './settings/update-license.component'; import { UserBillingComponent } from './settings/user-billing.component'; import { BreachReportComponent } from './tools/breach-report.component'; @@ -171,6 +172,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe'; TwoFactorU2fComponent, TwoFactorVerifyComponent, TwoFactorYubiKeyComponent, + UpdateLicenseComponent, UserBillingComponent, UserLayoutComponent, VaultComponent, diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index e29fd20ac8..83d0a9e766 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -114,8 +114,8 @@ export function initFactory(): Function { const isDev = platformUtilsService.isDev(); await apiService.setUrls({ base: isDev ? null : window.location.origin, - api: isDev ? 'https://api.bitwarden.com' : null, - identity: isDev ? 'https://identity.bitwarden.com' : null, + api: isDev ? 'http://localhost:4000' : null, + identity: isDev ? 'http://localhost:33656' : null, }); lockService.init(true); diff --git a/src/app/settings/premium.component.html b/src/app/settings/premium.component.html index 44ebb866eb..e7f5ea6365 100644 --- a/src/app/settings/premium.component.html +++ b/src/app/settings/premium.component.html @@ -22,9 +22,17 @@ {{'premiumSignUpFuture' | i18n}} -
{{'premiumPrice' | i18n : (premiumPrice | currency:'$')}}
+{{'premiumPrice' | i18n : (premiumPrice | currency:'$')}}
+ + {{'purchasePremium' | i18n}} + -