chore: move classes add balance fix routes
This commit is contained in:
parent
a091387c1c
commit
877b6f77b2
6 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,7 @@ export const initializeKeycloak = (keycloak: KeycloakService) => async () =>
|
|||
onLoad: 'check-sso',
|
||||
silentCheckSsoRedirectUri: window.location.origin + '/silent-check-sso.html',
|
||||
checkLoginIframe: false,
|
||||
redirectUri: window.location.origin + '/login/success',
|
||||
redirectUri: window.location.origin + '/',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue