We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48def65 commit c9beec6Copy full SHA for c9beec6
src/Umbraco.AuthorizedServices/AuthorizedServicesComposer.cs
@@ -51,8 +51,6 @@ public void Compose(IUmbracoBuilder builder)
51
52
IOptions<GlobalSettings> globalSettings = factory.GetRequiredService<IOptions<GlobalSettings>>();
53
tokenEncryptionKey = globalSettings.Value.Id;
54
-
55
- return new NoopSecretEncryptor();
56
}
57
58
if (string.IsNullOrWhiteSpace(tokenEncryptionKey))
0 commit comments