mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
Remove the admin field from the config object (#2252)
This commit is contained in:
@@ -27,7 +27,6 @@ public class ConfigResponseModel : ResponseModel
|
||||
Vault = globalSettings.BaseServiceUri.Vault,
|
||||
Api = globalSettings.BaseServiceUri.Api,
|
||||
Identity = globalSettings.BaseServiceUri.Identity,
|
||||
Admin = globalSettings.BaseServiceUri.Admin,
|
||||
Notifications = globalSettings.BaseServiceUri.Notifications,
|
||||
Sso = globalSettings.BaseServiceUri.Sso
|
||||
};
|
||||
@@ -45,7 +44,6 @@ public class EnvironmentConfigResponseModel
|
||||
public string Vault { get; set; }
|
||||
public string Api { get; set; }
|
||||
public string Identity { get; set; }
|
||||
public string Admin { get; set; }
|
||||
public string Notifications { get; set; }
|
||||
public string Sso { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user