updated config name
This commit is contained in:
parent
159c56da8b
commit
8408edde9f
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ onMounted(async () => {
|
|||
if (!checkToken && !token.value) {
|
||||
await axios
|
||||
.post(
|
||||
`${import.meta.env.VITE_SSO_URL}/kcauth`,
|
||||
`${import.meta.env.VITE_URL_SSO}/kcauth`,
|
||||
{},
|
||||
{
|
||||
headers: {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ async function onSubmit() {
|
|||
|
||||
await axios
|
||||
.post(
|
||||
`${import.meta.env.VITE_SSO_URL}/signin`,
|
||||
`${import.meta.env.VITE_URL_SSO}/signin`,
|
||||
{
|
||||
username: username.value,
|
||||
password: password.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue