Sherry hace 1 año
padre
commit
36903b6969
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/fe/healthpassport/js/utlis.js

+ 1
- 0
src/fe/healthpassport/js/utlis.js Ver fichero

@@ -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
         })