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 = () => { const handleLogout = () => {
if ( if (window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?"))) {
window.confirm(t("msg.dev.logout_confirm", "로그아웃 하시겠습니까?"))
) {
auth.removeUser(); auth.removeUser();
navigate("/login"); navigate("/login");
} }

View File

@@ -395,9 +395,7 @@ function ClientGeneralPage() {
)} )}
</th> </th>
<th className="px-4 py-3 text-right font-bold"> <th className="px-4 py-3 text-right font-bold">
{t("ui.dev.clients.general.scopes.table.delete", {t("ui.dev.clients.general.scopes.table.delete", "Delete")}
"Delete",
)}
</th> </th>
</tr> </tr>
</thead> </thead>