Skip to content

Commit c9beec6

Browse files
committed
Fixes creation of secret encryptor.
1 parent 48def65 commit c9beec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Umbraco.AuthorizedServices/AuthorizedServicesComposer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public void Compose(IUmbracoBuilder builder)
5151

5252
IOptions<GlobalSettings> globalSettings = factory.GetRequiredService<IOptions<GlobalSettings>>();
5353
tokenEncryptionKey = globalSettings.Value.Id;
54-
55-
return new NoopSecretEncryptor();
5654
}
5755

5856
if (string.IsNullOrWhiteSpace(tokenEncryptionKey))

0 commit comments

Comments
 (0)