1
0
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:
Kyle Spearrin
2018-09-12 00:15:59 -04:00
parent f359ef4ee2
commit 88384836b5
2 changed files with 8 additions and 21 deletions

View File

@ -47,7 +47,6 @@ namespace Bit.Admin
services.AddScoped<CurrentContext>();
// Identity
services.AddBasicCustomIdentityServices(globalSettings);
services.AddPasswordlessIdentityServices<ReadOnlyEnvIdentityUserStore>(globalSettings);
if(globalSettings.SelfHosted)
{