mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
More CanAccessPremium checks
This commit is contained in:
@ -47,6 +47,7 @@ namespace Bit.Admin
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
// Identity
|
||||
services.AddBasicCustomIdentityServices(globalSettings);
|
||||
services.AddPasswordlessIdentityServices<ReadOnlyEnvIdentityUserStore>(globalSettings);
|
||||
if(globalSettings.SelfHosted)
|
||||
{
|
||||
|
Reference in New Issue
Block a user