timeout 오류 메세지 추가

This commit is contained in:
focp212@naver.com
2025-11-12 08:51:33 +09:00
parent 897dc7b16d
commit 216a80ac88
2 changed files with 6 additions and 4 deletions

View File

@@ -95,10 +95,8 @@ export const HomePage = () => {
}
}).catch((e) => {
console.log('catch', e);
}).finally(() => {
console.log('finally');
setAuthRegisterOn(true);
setAuthRegisterOn(true);
}).catch((e: any) => {
if(e.response?.data?.error?.message){
snackBar(e.response?.data?.error?.message);