Sherry 1 year ago
parent
commit
36903b6969
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/fe/healthpassport/js/utlis.js

+ 1
- 0
src/fe/healthpassport/js/utlis.js View File

@@ -202,6 +202,7 @@ function liffInit() {
202 202
       if (!liff.isLoggedIn() && !liff.isInClient()) {
203 203
         liff.login();
204 204
       } else {
205
+        console.log("LIFFID: "+LIFFID)
205 206
         liff.getProfile().then((profile) => {
206 207
           resolve(profile);
207 208
         })