|
@@ -64,7 +64,7 @@ import NexilisLite
|
|
|
pwd = param1
|
|
|
}
|
|
|
APIS.signInAdmin(password: pwd ?? "")
|
|
|
- else if call.method == "openProfile" {
|
|
|
+ } else if call.method == "openProfile" {
|
|
|
APIS.openProfile()
|
|
|
} else if call.method == "openNotificationCenter" {
|
|
|
APIS.openNotificationCenter()
|