mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Remove admin url from config object (#3479)
This commit is contained in:
@@ -38,7 +38,6 @@ export class EnvironmentServerConfigData {
|
||||
vault: string;
|
||||
api: string;
|
||||
identity: string;
|
||||
admin: string;
|
||||
notifications: string;
|
||||
sso: string;
|
||||
|
||||
@@ -46,7 +45,6 @@ export class EnvironmentServerConfigData {
|
||||
this.vault = response.vault;
|
||||
this.api = response.api;
|
||||
this.identity = response.identity;
|
||||
this.admin = response.admin;
|
||||
this.notifications = response.notifications;
|
||||
this.sso = response.sso;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user