diff --git a/changelog.md b/changelog.md index ea5a320..8649c1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Version 0.9.16 + - Small redirection bug fix + ## Version 0.9.15 - Check background extension on upload is an image - Update Docker for security patch diff --git a/client/src/pages/authentication/auth-forms/AuthRegister.jsx b/client/src/pages/authentication/auth-forms/AuthRegister.jsx index 1144e49..c094491 100644 --- a/client/src/pages/authentication/auth-forms/AuthRegister.jsx +++ b/client/src/pages/authentication/auth-forms/AuthRegister.jsx @@ -33,7 +33,7 @@ import { strengthColor, strengthIndicator } from '../../../utils/password-streng // assets import { EyeOutlined, EyeInvisibleOutlined } from '@ant-design/icons'; import { LoadingButton } from '@mui/lab'; -import { redirectTo } from '../../../utils/indexs'; +import { redirectToLocal } from '../../../utils/indexs'; // ============================|| FIREBASE - REGISTER ||============================ // diff --git a/client/src/pages/config/routes/routeoverview.jsx b/client/src/pages/config/routes/routeoverview.jsx index 3775155..b17ca2b 100644 --- a/client/src/pages/config/routes/routeoverview.jsx +++ b/client/src/pages/config/routes/routeoverview.jsx @@ -8,7 +8,7 @@ import { getFaviconURL } from '../../../utils/routes'; import * as API from '../../../api'; import { CheckOutlined, ClockCircleOutlined, DashboardOutlined, DeleteOutlined, DownOutlined, LockOutlined, UpOutlined } from "@ant-design/icons"; import IsLoggedIn from '../../../isLoggedIn'; -import { redirectTo } from '../../../utils/indexs'; +import { redirectToLocal } from '../../../utils/indexs'; const info = { backgroundColor: 'rgba(0, 0, 0, 0.1)', diff --git a/client/src/pages/newInstall/newInstall.jsx b/client/src/pages/newInstall/newInstall.jsx index 28faaf8..1f0f2b5 100644 --- a/client/src/pages/newInstall/newInstall.jsx +++ b/client/src/pages/newInstall/newInstall.jsx @@ -19,7 +19,7 @@ import { CosmosCheckbox, CosmosInputPassword, CosmosInputText, CosmosSelect } fr import AnimateButton from '../../components/@extended/AnimateButton'; import { Box } from '@mui/system'; import { pull } from 'lodash'; -import { isDomain, redirectTo } from '../../utils/indexs'; +import { isDomain, redirectTo, redirectToLocal } from '../../utils/indexs'; import { DnsChallengeComp } from '../../utils/dns-challenge-comp'; // ================================|| LOGIN ||================================ // diff --git a/package.json b/package.json index 4b15a29..a036d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.9.15", + "version": "0.9.16", "description": "", "main": "test-server.js", "bugs": {