Browse Source

add scope for fb api

fengchang 1 year ago
parent
commit
15b1e8afd7
1 changed files with 1 additions and 1 deletions
  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;