mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Worked on anonymous access
This commit is contained in:
@@ -84,6 +84,9 @@ type SearchUsersQuery struct {
|
||||
// DTO & Projections
|
||||
|
||||
type SignedInUser struct {
|
||||
IsSignedIn bool
|
||||
IsAnonymous bool
|
||||
|
||||
UserId int64
|
||||
AccountId int64
|
||||
AccountName string
|
||||
|
||||
Reference in New Issue
Block a user