mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small update to update account command
This commit is contained in:
@@ -42,7 +42,7 @@ type CreateAccountCommand struct {
|
||||
}
|
||||
|
||||
type UpdateAccountCommand struct {
|
||||
Email string `json:"email" binding:"required"`
|
||||
Email string `json:"email" binding:"Required"`
|
||||
Login string `json:"login"`
|
||||
Name string `json:"name"`
|
||||
|
||||
@@ -100,6 +100,7 @@ type SignedInUser struct {
|
||||
UserLogin string
|
||||
UserName string
|
||||
UserEmail string
|
||||
ApiKeyId int64
|
||||
IsGrafanaAdmin bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user