Skip to content

Commit 85fa06b

Browse files
committed
fix: 회원가입 실패 시 사용자에게 알림 추가
1 parent 34774ff commit 85fa06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/pages/onBoarding/hooks/useOnboardingFunnel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export function useOnboardingFunnel() {
131131
onError: () => {
132132
const savedEmail = localStorage.getItem('email');
133133
if (savedEmail) {
134+
alert('회원가입에 실패했습니다. 다시 시도해주세요.');
134135
window.location.href = '/';
135136
}
136137
},

0 commit comments

Comments
 (0)