Skip to content

Commit b182ec2

Browse files
committed
Commit review suggestions
1 parent cec8eea commit b182ec2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libs/actions/Domain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
162162
function 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
*/
223223
function setSamlRequired(required: boolean, accountID: number, domainName: string) {
224224
const optimisticData: OnyxUpdate[] = [

0 commit comments

Comments
 (0)