Feature/remove alias from user interface (#1083)
* Remove alias from user interface * Update changelog
This commit is contained in:
@@ -5,7 +5,6 @@ export interface AdminData {
|
||||
userCount: number;
|
||||
users: {
|
||||
accountCount: number;
|
||||
alias: string;
|
||||
createdAt: Date;
|
||||
engagement: number;
|
||||
id: string;
|
||||
|
@@ -8,7 +8,6 @@ export interface User {
|
||||
id: string;
|
||||
}[];
|
||||
accounts: Account[];
|
||||
alias?: string;
|
||||
id: string;
|
||||
permissions: string[];
|
||||
settings: UserSettings;
|
||||
|
Reference in New Issue
Block a user