- Added verify OTP api - Modified the flow - Made a authfunc to handle the type of user and the language selected - Added OTP fields combine logic. Also handled the otp blank checks. - Added API for intrestes get
13 lines
175 B
Swift
13 lines
175 B
Swift
//
|
|
// UserEmailVerifyDM.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 07/05/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct UserEmailVerifyDM : Codable{
|
|
let unique_string: String?
|
|
}
|