mirror of
https://github.com/bitwarden/jslib
synced 2025-12-31 15:43:15 +00:00
[bug] Correct the serverUrl helpers return
This commit is contained in:
@@ -130,7 +130,7 @@ export class AccountSettings {
|
||||
vaultTimeoutAction?: string;
|
||||
|
||||
get serverUrl(): string {
|
||||
return this.settings.environmentUrls?.base ?? 'bitwarden.com';
|
||||
return this.environmentUrls?.base ?? 'bitwarden.com';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user