Skip to content

Commit 97e1dcc

Browse files
authored
Merge pull request #1165 from DylannCordel/fix-user-email-reconfirmation
fix: wrong reconfirmation parameter when updating user's email
2 parents e6a9ba9 + b5c267e commit 97e1dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class UserManager(CRUDMixin, RESTManager):
469469
"admin",
470470
"can_create_group",
471471
"website_url",
472-
"skip_confirmation",
472+
"skip_reconfirmation",
473473
"external",
474474
"organization",
475475
"location",

0 commit comments

Comments
 (0)