mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05: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