mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
User: Add uid colum to user table (#81615)
This commit is contained in:
@@ -105,6 +105,7 @@ export interface AnalyticsSettings {
|
||||
export interface CurrentUserDTO {
|
||||
isSignedIn: boolean;
|
||||
id: number;
|
||||
uid: string;
|
||||
externalUserId: string;
|
||||
login: string;
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user