mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-11 10:57:11 +02:00
identity: fix sign ups
This commit is contained in:
@@ -195,6 +195,7 @@ namespace Streetwriters.Identity
|
||||
|
||||
AddOperationalStore(services, new TokenCleanupOptions { Enable = true, Interval = 3600 * 12 });
|
||||
|
||||
services.AddScoped<EmailAddressValidator>();
|
||||
services.AddScoped<IUserAccountService, UserAccountService>();
|
||||
services.AddTransient<IMFAService, MFAService>();
|
||||
services.AddControllers();
|
||||
|
||||
Reference in New Issue
Block a user