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

This commit is contained in:
Eric Leijonmarck
2022-04-13 13:40:58 +01:00
committed by GitHub
parent ab5e2e10ce
commit 673a2ab49e
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