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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user