mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Handle email update on server
This commit is contained in:
parent
fff77ba231
commit
d1ab89deb7
12 changed files with 164 additions and 30 deletions
|
@ -9,6 +9,7 @@ export interface User {
|
|||
id: number
|
||||
username: string
|
||||
email: string
|
||||
pendingEmail: string | null
|
||||
emailVerified: boolean
|
||||
nsfwPolicy: NSFWPolicyType
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue