forked from baron/baron-sso
devfront biome 포맷 정리
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user