fix: bug where disabled didnt disable the use of service account (#47688) (#47725)

(cherry picked from commit 673a2ab49e)

Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-04-13 18:47:08 +02:00
committed by GitHub
co-authored by Eric Leijonmarck
parent 67d42fc51c
commit 5332a2db05
3 changed files with 15 additions and 6 deletions
+1
View File
@@ -182,6 +182,7 @@ type SignedInUser struct {
OrgCount int
IsGrafanaAdmin bool
IsAnonymous bool
IsDisabled bool
HelpFlags1 HelpFlags1
LastSeenAt time.Time
Teams []int64