1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

more icon component into jslib

This commit is contained in:
Kyle Spearrin
2018-04-04 17:04:31 -04:00
parent fd19efa9f2
commit d429cd2199
4 changed files with 97 additions and 2 deletions

View File

@@ -59,8 +59,7 @@ export class TwoFactorComponent implements OnInit, OnDestroy {
let customWebVaultUrl: string = null;
if (this.environmentService.baseUrl) {
customWebVaultUrl = this.environmentService.baseUrl;
}
else if (this.environmentService.webVaultUrl) {
} else if (this.environmentService.webVaultUrl) {
customWebVaultUrl = this.environmentService.webVaultUrl;
}