mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:42:13 +08:00
switch to Result
This commit is contained in:
@ -29,7 +29,7 @@ type UpsertUserCommand struct {
|
||||
ExternalUser *ExternalUserInfo
|
||||
SignupAllowed bool
|
||||
|
||||
User *User
|
||||
Result *User
|
||||
}
|
||||
|
||||
type SetAuthInfoCommand struct {
|
||||
|
Reference in New Issue
Block a user