mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 03:00:18 +08:00
Rename UpdateUser functions.
This commit is contained in:
@ -135,7 +135,7 @@ func SetUserOAuthProperties(organization *Organization, user *User, providerType
|
||||
}
|
||||
}
|
||||
|
||||
affected := UpdateUserInternal(user.GetId(), user)
|
||||
affected := UpdateUserForAllFields(user.GetId(), user)
|
||||
return affected
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user