log logout

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-13 15:30:19 +07:00
parent da3f829f6f
commit 68ee66aed9
2 changed files with 7 additions and 3 deletions

View file

@ -418,7 +418,8 @@ const doLogout = () => {
dialogConfirm(
$q,
async () => {
logout();
await http.post(config.API.keycloakLogSSO, { text: "ออกจากระบบ" });
await logout();
},
"ยืนยันการออกจากระบบ",
"ต้องการออกจากระบบใช่หรือไม่?"