Skip to content

Commit

Permalink
Task #1810: Reset password UI Development
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1434shinde committed Sep 10, 2024
1 parent 8137287 commit b206913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 230 deletions.
228 changes: 0 additions & 228 deletions src/pages/reset-password.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/reset-password/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { useTheme } from '@mui/material/styles';
import { serverSideTranslations } from 'next-i18next/serverSideTranslations';
import PasswordCreate from '@/components/PasswordCreate';

const CreatePassword = () => {
const ResetPassword = () => {
const { t } = useTranslation();
const theme = useTheme<any>();

Expand Down Expand Up @@ -115,4 +115,4 @@ export async function getStaticProps({ locale }: any) {
};
}

export default CreatePassword;
export default ResetPassword;

0 comments on commit b206913

Please sign in to comment.