diff --git a/GMERemittance/Model/RegisterRequestModel.swift b/GMERemittance/Model/RegisterRequestModel.swift index 9a64bcd9..5ded5a28 100644 --- a/GMERemittance/Model/RegisterRequestModel.swift +++ b/GMERemittance/Model/RegisterRequestModel.swift @@ -27,6 +27,7 @@ class RegisterRequestModel: Serializer { var phoneOs: String? var fcmId: String? // device id var osVersion: String? + var dob: String? func serialize() -> [String : String] { var dict = ["":""] @@ -39,7 +40,7 @@ class RegisterRequestModel: Serializer { dict["phoneOs"] = self.phoneOs ?? "" dict["fcmId"] = self.fcmId ?? "" dict["osVersion"] = self.osVersion ?? "" - + dict["Dob"] = self.dob ?? "" return dict } } diff --git a/GMERemittance/Module/ForgotPassword/User Interface/View/ForgotPassword.storyboard b/GMERemittance/Module/ForgotPassword/User Interface/View/ForgotPassword.storyboard index 48849a03..fe808205 100644 --- a/GMERemittance/Module/ForgotPassword/User Interface/View/ForgotPassword.storyboard +++ b/GMERemittance/Module/ForgotPassword/User Interface/View/ForgotPassword.storyboard @@ -30,7 +30,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -109,7 +109,7 @@ - + diff --git a/GMERemittance/Module/Login/User Interface/View/Login.storyboard b/GMERemittance/Module/Login/User Interface/View/Login.storyboard index de5b7d04..c19e8a2a 100644 --- a/GMERemittance/Module/Login/User Interface/View/Login.storyboard +++ b/GMERemittance/Module/Login/User Interface/View/Login.storyboard @@ -29,7 +29,7 @@ - + diff --git a/GMERemittance/Module/Register/User Interface/View/Register.storyboard b/GMERemittance/Module/Register/User Interface/View/Register.storyboard index 95042c47..9a1a5ec2 100644 --- a/GMERemittance/Module/Register/User Interface/View/Register.storyboard +++ b/GMERemittance/Module/Register/User Interface/View/Register.storyboard @@ -30,14 +30,14 @@ - + - + - + @@ -69,137 +69,162 @@ - + - - + + - - + + - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + - + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + - +