mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 20:41:22 +01:00
update an tiny typo admim => admin
This commit is contained in:
parent
5414c6f309
commit
ae83c77f94
@ -109,7 +109,7 @@ func ListUsers(query models.User) ([]models.User, error) {
|
||||
return u, err
|
||||
}
|
||||
|
||||
// ToggleUserAdminRole gives a user admim role.
|
||||
// ToggleUserAdminRole gives a user admin role.
|
||||
func ToggleUserAdminRole(u models.User) error {
|
||||
o := orm.NewOrm()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user