mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
success/error messages for admin
This commit is contained in:
@@ -47,6 +47,13 @@ namespace Bit.Admin
|
||||
|
||||
// Identity
|
||||
services.AddPasswordlessIdentityServices<ReadOnlyEnvIdentityUserStore>(globalSettings);
|
||||
if(globalSettings.SelfHosted)
|
||||
{
|
||||
services.ConfigureApplicationCookie(options =>
|
||||
{
|
||||
options.Cookie.Path = "/admin";
|
||||
});
|
||||
}
|
||||
|
||||
// Services
|
||||
services.AddBaseServices();
|
||||
|
||||
Reference in New Issue
Block a user