forked from baron/baron-sso
devfront biome 포맷 정리
This commit is contained in:
@@ -24,9 +24,7 @@ function AppLayout() {
|
||||
});
|
||||
|
||||
const handleLogout = () => {
|
||||
if (
|
||||
window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?"))
|
||||
) {
|
||||
if (window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?"))) {
|
||||
auth.removeUser();
|
||||
navigate("/login");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user