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