mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
get rid of AddBasicCustomIdentityServices
This commit is contained in:
@@ -47,7 +47,6 @@ namespace Bit.Admin
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
// Identity
|
||||
services.AddBasicCustomIdentityServices(globalSettings);
|
||||
services.AddPasswordlessIdentityServices<ReadOnlyEnvIdentityUserStore>(globalSettings);
|
||||
if(globalSettings.SelfHosted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user