فهرست منبع

add scope for fb api

fengchang 1 سال پیش
والد
کامیت
15b1e8afd7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;