api 분리
This commit is contained in:
@@ -90,6 +90,12 @@ export const HomePage = () => {
|
||||
if(isOpen){
|
||||
setAuthRegisterOn(true);
|
||||
}
|
||||
}).catch((e) => {
|
||||
console.log('catch')
|
||||
|
||||
}).finally(() => {
|
||||
console.log('finally')
|
||||
setAuthRegisterOn(true);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user