File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ function getSamlSettings(accountID: number, domainName: string) {
157157}
158158
159159/**
160- * Sets logging in through SAML as enabled/disabled for the emails belonging to the domain
160+ * Sets whether logging in via SAML is enabled for the domain
161161 */
162162function setSamlEnabled ( enabled : boolean , accountID : number , domainName : string ) {
163163 const optimisticData : OnyxUpdate [ ] = [
@@ -218,7 +218,7 @@ function resetSamlEnabledError(accountID: number) {
218218}
219219
220220/**
221- * Sets logging in through SAML as required or not for the emails belonging to the domain
221+ * Sets whether logging in via SAML is required for the domain
222222 */
223223function setSamlRequired ( required : boolean , accountID : number , domainName : string ) {
224224 const optimisticData : OnyxUpdate [ ] = [
You can’t perform that action at this time.
0 commit comments