mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Remove admin url from config object (#3479)
This commit is contained in:
@@ -24,7 +24,6 @@ export class EnvironmentServerConfigResponse extends BaseResponse {
|
||||
vault: string;
|
||||
api: string;
|
||||
identity: string;
|
||||
admin: string;
|
||||
notifications: string;
|
||||
sso: string;
|
||||
|
||||
@@ -38,7 +37,6 @@ export class EnvironmentServerConfigResponse extends BaseResponse {
|
||||
this.vault = this.getResponseProperty("Vault");
|
||||
this.api = this.getResponseProperty("Api");
|
||||
this.identity = this.getResponseProperty("Identity");
|
||||
this.admin = this.getResponseProperty("Admin");
|
||||
this.notifications = this.getResponseProperty("Notifications");
|
||||
this.sso = this.getResponseProperty("Sso");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user