feat(user email setting): added field to save user email

fix #122
This commit is contained in:
Nicolai Van der Storm
2022-06-05 17:46:26 +02:00
parent c117b37cd9
commit 30c48f16ca
9 changed files with 120 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { NotificationAgentKey } from '../../lib/settings';
export interface UserSettingsGeneralResponse {
username?: string;
email?: string;
discordId?: string;
locale?: string;
region?: string;