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 4818409 commit 44b0e01Copy full SHA for 44b0e01
src/Umbraco.AuthorizedServices/Models/AuthorizedServiceDisplay.cs
@@ -28,7 +28,7 @@ public class AuthorizedServiceDisplay
28
public bool CanManuallyProvideToken { get; set; }
29
30
/// <summary>
31
- /// Get or sets a value indicating whether an administrator editor can manually provide API keys via the backoffice.
+ /// Get or sets a value indicating whether an administrator can manually provide API keys via the backoffice.
32
/// </summary>
33
[DataMember(Name = "canManuallyProvideApiKey")]
34
public bool CanManuallyProvideApiKey { get; set; }
0 commit comments