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 d3588c0 commit 4156550Copy full SHA for 4156550
1 file changed
src/OrchardCoreContrib.CloudflareTurnstile/Services/TurnstileShape.cs
@@ -3,13 +3,11 @@
3
using Microsoft.Extensions.Options;
4
using OrchardCore.DisplayManagement;
5
using OrchardCore.DisplayManagement.Descriptors;
6
-using OrchardCore.Modules;
7
using OrchardCore.ResourceManagement;
8
using OrchardCoreContrib.CloudflareTurnstile.Configuration;
9
10
namespace OrchardCoreContrib.CloudflareTurnstile.Services;
11
12
-[Feature("OrchardCoreContrib.CloudflareTurnstile")]
13
public sealed class TurnstileShape(IResourceManager resourceManager, IOptions<TurnstileOptions> options) : IShapeAttributeProvider
14
{
15
private readonly TurnstileOptions options = options.Value;
0 commit comments