mirror of
https://github.com/bitwarden/server
synced 2025-12-11 13:53:40 +00: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