[release] v0.9.16

This commit is contained in:
Yann Stepienik 2023-07-29 12:19:54 +01:00
parent b63aad4960
commit bc3eeb6bd6
5 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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 ||============================ //

View file

@ -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)',

View file

@ -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 ||================================ //

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.9.15",
"version": "0.9.16",
"description": "",
"main": "test-server.js",
"bugs": {