Skip to content

Commit

Permalink
Rename prefkey to be more boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricanehrndz committed Sep 14, 2023
1 parent f7c62c0 commit 2909f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCreds/PrefKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum PrefKeys: String {
windowSignIn = "WindowSignIn", settingsOverrideScriptPath, localAdminUserName, localAdminPassword, usernamePlaceholder, passwordPlaceholder, shouldShowLocalOnlyCheckbox, shouldShowTokenUpdateStatus, shouldDetectNetworkToDetermineLoginWindow
case ropgClientID
case ropgClientSecret
case verifyPasswordWithRopg
case shouldVerifyPasswordWithRopg
case actionItemOnly = "ActionItemOnly"
case aDDomain = "ADDomain"
case aDSite = "ADSite"
Expand Down

0 comments on commit 2909f62

Please sign in to comment.