feat: disable non-cloud features

This commit is contained in:
Ali BARIN
2023-03-09 11:23:29 +00:00
parent bd2ad1d7a1
commit c81db8ae19
6 changed files with 49 additions and 20 deletions

View File

@@ -1,9 +1,13 @@
import * as React from 'react';
import Box from '@mui/material/Box';
import useCloud from 'hooks/useCloud';
import Container from 'components/Container';
import ForgotPasswordForm from 'components/ForgotPasswordForm/index.ee';
export default function ForgotPassword(): React.ReactElement {
useCloud({ redirect: true });
return (
<Box sx={{ display: 'flex', flex: 1, alignItems: 'center' }}>
<Container maxWidth="sm">