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 ebcf6b8 commit e0af102Copy full SHA for e0af102
src/Umbraco.AuthorizedServices/Configuration/AuthorizedServiceSettings.cs
@@ -133,7 +133,7 @@ public class ServiceDetail : ServiceSummary
133
public string TokenHost { get; set; } = string.Empty;
134
135
/// <summary>
136
- /// 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 can manually provide tokens via the backoffice.
137
/// </summary>
138
public bool CanManuallyProvideToken { get; set; }
139
0 commit comments