Sfoglia il codice sorgente

add scope for fb api

fengchang 1 anno fa
parent
commit
15b1e8afd7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hichina-main-front/src/components/Login.vue

+ 1 - 1
hichina-main-front/src/components/Login.vue

@@ -250,7 +250,7 @@ export default {
             type: "error",
           });
         }
-      });
+      },{scope: 'email'});
     },
     async login() {
       this.loading = true;