log logout
This commit is contained in:
parent
1fde1370fb
commit
78cbf0d85b
3 changed files with 4 additions and 2 deletions
|
|
@ -111,7 +111,8 @@ function onClickLogout() {
|
|||
ok: 'ยืนยัน',
|
||||
persistent: true,
|
||||
}).onOk(async () => {
|
||||
logout()
|
||||
await http.post(config.API.keycloakLogSSO, { text: 'ออกจากระบบ' })
|
||||
await logout()
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue