change camera devices & import path
This commit is contained in:
parent
cdb9ec5b97
commit
3083ea8dcb
4 changed files with 32 additions and 13 deletions
|
|
@ -17,7 +17,9 @@ const initOptions = {
|
|||
|
||||
const keycloak = new Keycloak(initOptions);
|
||||
|
||||
keycloak.onAuthSuccess = () => {}; //เพิ่มlogin สำเร็จจะมาทำฟังก์ชันนี้
|
||||
keycloak.onAuthSuccess = () => {
|
||||
//เพิ่มlogin สำเร็จจะมาทำฟังก์ชันนี้
|
||||
};
|
||||
|
||||
await keycloak.init({ onLoad: "check-sso", checkLoginIframe: false }); //ทำการ connect keycloak
|
||||
export default keycloak;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue