mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
admin base uri setting, applied to login emails
This commit is contained in:
@@ -34,6 +34,8 @@ namespace Bit.Core
|
||||
public string VaultWithHash => $"{Vault}/#";
|
||||
public string Api { get; set; }
|
||||
public string Identity { get; set; }
|
||||
public string Admin { get; set; }
|
||||
public string InternalAdmin { get; set; }
|
||||
public string InternalIdentity { get; set; }
|
||||
public string InternalApi { get; set; }
|
||||
public string InternalVault { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user