Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

otp.js 814B

123456789101112131415161718192021
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Controls;
  6. (function (Controls) {
  7. let Phonenumber;
  8. (function (Phonenumber) {
  9. let Requests;
  10. (function (Requests) {
  11. class Otp {
  12. constructor() {
  13. this.ContactNumber = "";
  14. }
  15. }
  16. Requests.Otp = Otp;
  17. })(Requests = Phonenumber.Requests || (Phonenumber.Requests = {}));
  18. })(Phonenumber = Controls.Phonenumber || (Controls.Phonenumber = {}));
  19. })(Controls = Platform.Controls || (Platform.Controls = {}));
  20. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  21. })(Unibase || (Unibase = {}));