mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 22:12:34 +08:00
include teams on signed in user
This commit is contained in:
@ -165,6 +165,7 @@ type SignedInUser struct {
|
||||
IsAnonymous bool
|
||||
HelpFlags1 HelpFlags1
|
||||
LastSeenAt time.Time
|
||||
Teams []int64
|
||||
}
|
||||
|
||||
func (u *SignedInUser) ShouldUpdateLastSeenAt() bool {
|
||||
|
Reference in New Issue
Block a user