1
0
forked from baron/baron-sso

devfront biome 포맷 정리

This commit is contained in:
2026-02-23 09:02:58 +09:00
parent d756602d48
commit 2e34899757
2 changed files with 2 additions and 6 deletions

View File

@@ -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");
}