mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
vault with hash
This commit is contained in:
@@ -214,7 +214,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
|
||||
AddSubstitution(message, "{{siteName}}", _globalSettings.SiteName);
|
||||
AddSubstitution(message, "{{baseVaultUri}}", string.Concat(_globalSettings.BaseServiceUri.Vault, "/#"));
|
||||
AddSubstitution(message, "{{baseVaultUri}}", _globalSettings.BaseServiceUri.VaultWithHash);
|
||||
|
||||
return message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user