Remove link for create new account

This commit is contained in:
Flatlogic Bot 2025-03-05 15:36:08 +00:00
parent 8098cf6b1a
commit e4c2e4b76b

View File

@ -217,12 +217,6 @@ export default function Login() {
/> />
</BaseButtons> </BaseButtons>
<br /> <br />
<p className={'text-center'}>
Dont have account yet?{' '}
<Link className={`${textColor}`} href={'/register'}>
New Account
</Link>
</p>
</Form> </Form>
</Formik> </Formik>
</CardBox> </CardBox>