- 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

@@ -8,4 +8,5 @@ export interface ISignupOptions {
lang?: string
repeatPassword?: string
terms?: boolean
aportador_solidario?: string
}