mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
chore: fix function names (#26087)
Signed-off-by: depthlending <bikangning@outlook.com> Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
This commit is contained in:
@@ -147,7 +147,7 @@ func setUserLockoutValueAllInMap(userLockoutAll *UserLockout) *UserLockout {
|
||||
return setNilValuesForRawUserLockoutFields(userLockoutAll)
|
||||
}
|
||||
|
||||
// setDefaultUserLockoutValuesInMap sets missing user lockout fields for auth methods
|
||||
// setMissingUserLockoutValuesInMap sets missing user lockout fields for auth methods
|
||||
// with default values (from key "all") that are not configured using config file
|
||||
func setMissingUserLockoutValuesInMap(userLockoutsMap map[string]*UserLockout) map[string]*UserLockout {
|
||||
// set values for "all" key with default values for "all" user lockout fields that are not configured
|
||||
|
||||
Reference in New Issue
Block a user