Skip to content

Commit

Permalink
chore: 로그인 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
im-na0 committed Jan 27, 2024
1 parent 726b2c4 commit bd4c69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/signInPage/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ const SignIn = () => {
const messaging = getMessaging(app);

const fcmToken = await getToken(messaging, {
vapidKey: import.meta.env.VITE_FIREBASE_VAPID,
vapidKey:
"BNJnISNECPJrEzIQ8Mbjvw2bu3GQrwo52ChZT0E8BX243r9WAlXS7yYZJntYKt537lSs4188KsLJLJFFdPyRL3Q",
});

console.log(fcmToken);
console.log("성공?");

await postLogin({ email, password, fcmToken })
.then((loginData) => {
Expand Down

0 comments on commit bd4c69b

Please sign in to comment.