fixing check redirect
This commit is contained in:
parent
0fdc351141
commit
484b0ac8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ onMounted(async () => {
|
|||
}
|
||||
})
|
||||
.catch((err: any) => {
|
||||
// window.location.href = `${config.API.URL_SSO}`;
|
||||
window.location.href = `${config.API.URL_SSO}`;
|
||||
});
|
||||
|
||||
getName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue