mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: show email for OAuth/email users in traffic table
Add email field to UserTrafficItem type and display it below user name when no Telegram username is present.
This commit is contained in:
@@ -10,6 +10,7 @@ export interface UserTrafficItem {
|
||||
user_id: number;
|
||||
telegram_id: number | null;
|
||||
username: string | null;
|
||||
email: string | null;
|
||||
full_name: string;
|
||||
tariff_name: string | null;
|
||||
subscription_status: string | null;
|
||||
|
||||
Reference in New Issue
Block a user