Began work on Account -> Organization rethink, #1506

This commit is contained in:
Torkel Ödegaard
2015-02-23 16:40:04 +01:00
parent a8c90e2365
commit 5b2715515f
12 changed files with 61 additions and 76 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type CurrentUser struct {
Email string `json:"email"`
Name string `json:"name"`
AccountRole m.RoleType `json:"accountRole"`
AccountName string `json:"acountName"`
AccountName string `json:"accountName"`
IsGrafanaAdmin bool `json:"isGrafanaAdmin"`
GravatarUrl string `json:"gravatarUrl"`
}