Rename UpdateUser functions.

This commit is contained in:
Yang Luo
2021-08-21 22:52:29 +08:00
parent 4ca307564c
commit 9c3117beb0
3 changed files with 16 additions and 7 deletions

View File

@ -135,7 +135,7 @@ func SetUserOAuthProperties(organization *Organization, user *User, providerType
}
}
affected := UpdateUserInternal(user.GetId(), user)
affected := UpdateUserForAllFields(user.GetId(), user)
return affected
}