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 eef2fda commit 4818409Copy full SHA for 4818409
src/Umbraco.AuthorizedServices/Models/AuthorizedServiceDisplay.cs
@@ -22,7 +22,7 @@ public class AuthorizedServiceDisplay
22
public bool IsAuthorized { get; set; }
23
24
/// <summary>
25
- /// Get or sets a value indicating whether an administrator editor can manually provide tokens via the backoffice.
+ /// Get or sets a value indicating whether an administrator an manually provide tokens via the backoffice.
26
/// </summary>
27
[DataMember(Name = "canManuallyProvideToken")]
28
public bool CanManuallyProvideToken { get; set; }
0 commit comments