mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ingore permissions in json serialization (#46295)
This commit is contained in:
@@ -184,7 +184,7 @@ type SignedInUser struct {
|
||||
LastSeenAt time.Time
|
||||
Teams []int64
|
||||
// Permissions grouped by orgID and actions
|
||||
Permissions map[int64]map[string][]string
|
||||
Permissions map[int64]map[string][]string `json:"-"`
|
||||
}
|
||||
|
||||
func (u *SignedInUser) ShouldUpdateLastSeenAt() bool {
|
||||
|
||||
Reference in New Issue
Block a user