Merge branch 'route-fix' of MERMS/MermsPanelReactJS into master

This commit is contained in:
2025-07-10 12:14:31 +00:00
committed by Gogs
+2 -2
View File
@@ -78,7 +78,7 @@ export default function CSignup() {
country : values.country, country : values.country,
username: values.username, username: values.username,
password: values.password, password: values.password,
verify_link: user.verify_link verify_link: jwt
} }
cSignup.mutate(reqData) cSignup.mutate(reqData)
} }
@@ -204,7 +204,7 @@ export default function CSignup() {
} }
<div className="col-12 mt-3 text-center"> <div className="col-12 mt-3 text-center">
<Link to={siteLinks.login} className='text-primary' style={{color: '#6FCAEF'}}>Need help with logging in or signing up?</Link> <Link to={siteLinks.signup} className='text-primary' style={{color: '#6FCAEF'}}>Need help with logging in or signing up?</Link>
</div> </div>
<div className="col-12 mt-3 text-center"> <div className="col-12 mt-3 text-center">