- added Aportador Solidario to registration

- added email_paypal and username_telegram
This commit is contained in:
Paolo Arena
2019-12-29 01:54:00 +01:00
parent 8beb8162dd
commit cf91d45427
23 changed files with 471 additions and 292 deletions

View File

@@ -11,6 +11,8 @@ export interface IUserProfile {
cell?: string
dateofbirth?: Date
sex?: ESexType
email_paypal?: string
username_telegram?: string
}
export interface IUserFields {