diff --git a/micro_services/auth/src/components/LoginArea/constant.ts b/micro_services/auth/src/components/LoginArea/constant.ts index 7c8cda7..ab118c3 100644 --- a/micro_services/auth/src/components/LoginArea/constant.ts +++ b/micro_services/auth/src/components/LoginArea/constant.ts @@ -10,6 +10,7 @@ const SOCIAL_CONFIG = { client_id: 'com.heodoo.NewModoWeb', redirect_uri: `https://auth.modolib.site/login`, response_type: 'code', + scope: 'name email', response_mode: 'fragment', }, };