|
@@ -107,6 +107,9 @@ class AccountCenterWindowController: NSWindowController {
|
|
|
}
|
|
|
|
|
|
VerificationManager.default().activateDevice(withInfo: ["email" : model.email]) { status, infoDict, err in
|
|
|
+ VerificationManager.default().verification {status1 , infoDict1, err1 in
|
|
|
+
|
|
|
+ }
|
|
|
let header = ["Token" : model.token ?? ""]
|
|
|
KMHTTP.OEM_POST(urlString: kURLAPI_oemGetPermissions, parameter: nil, headers: header) { success, dataModel, err in
|
|
|
if success == false {
|
|
@@ -148,6 +151,10 @@ class AccountCenterWindowController: NSWindowController {
|
|
|
}
|
|
|
|
|
|
VerificationManager.default().activateDevice(withInfo: ["email" : model.email]) { status, infoDict, err in
|
|
|
+ VerificationManager.default().verification {status1 , infoDict1, err1 in
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
let header = ["Token" : model.token ?? ""]
|
|
|
KMHTTP.OEM_POST(urlString: kURLAPI_oemGetPermissions, parameter: nil, headers: header) { success, dataModel, err in
|
|
|
if success == false {
|