소스 검색

fix: remove empty email from social login payload to avoid validation error

unknown 2 일 전
부모
커밋
730d8aaaba
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pages/Auth.vue

+ 0 - 1
src/pages/Auth.vue

@@ -301,7 +301,6 @@ async function handleGoogleResponse(response: any) {
     const res = await socialLogin({
       provider: "google",
       token: response.credential,
-      email: "", // Backend will extract from token
       preferred_language: currentLanguage()
     });