mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-02 03:07:46 +00:00
Modified endpoints to match new naming convention
This commit is contained in:
@@ -206,7 +206,7 @@ const Login = () => {
|
||||
.then((response) => {
|
||||
if (response) {
|
||||
const endpoints = {
|
||||
ucentralsec: fields.ucentralsecurl.value,
|
||||
owsec: fields.ucentralsecurl.value,
|
||||
};
|
||||
for (const endpoint of response.data.endpoints) {
|
||||
endpoints[endpoint.type] = endpoint.uri;
|
||||
|
||||
Reference in New Issue
Block a user