- added Aportador Solidario to registration
- added email_paypal and username_telegram
This commit is contained in:
@@ -302,6 +302,7 @@ export interface IParamDialog {
|
||||
export interface IFunctionality {
|
||||
PWA?: boolean
|
||||
ENABLE_REGISTRATION?: boolean
|
||||
SHOW_PROFILE?: boolean
|
||||
SHOW_USER_MENU?: boolean
|
||||
SHOW_IF_IS_SERVER_CONNECTION?: boolean
|
||||
ENABLE_TODOS_LOADING?: boolean
|
||||
|
||||
@@ -11,6 +11,8 @@ export interface IUserProfile {
|
||||
cell?: string
|
||||
dateofbirth?: Date
|
||||
sex?: ESexType
|
||||
email_paypal?: string
|
||||
username_telegram?: string
|
||||
}
|
||||
|
||||
export interface IUserFields {
|
||||
|
||||
@@ -8,4 +8,5 @@ export interface ISignupOptions {
|
||||
lang?: string
|
||||
repeatPassword?: string
|
||||
terms?: boolean
|
||||
aportador_solidario?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user