fix: bug where disabled didnt disable the use of service account (#47688)
This commit is contained in:
@@ -182,6 +182,7 @@ type SignedInUser struct {
|
||||
OrgCount int
|
||||
IsGrafanaAdmin bool
|
||||
IsAnonymous bool
|
||||
IsDisabled bool
|
||||
HelpFlags1 HelpFlags1
|
||||
LastSeenAt time.Time
|
||||
Teams []int64
|
||||
|
||||
Reference in New Issue
Block a user