Merge branch 'login-bug-fix' of MERMS/MermsPanelReactJS into master

This commit is contained in:
2026-05-11 17:13:11 +00:00
committed by Gogs
+1 -1
View File
@@ -125,7 +125,7 @@ export default function Login() {
<div className="col-12 mt-3">
<p> <Link to={siteLinks.signup}>
{/*<span style={{fontWeight: 'bolder'}}>Sign Up</span>*/}
<button className="btn btn-warning text-uppercase">
<button type='button' className="btn btn-warning text-uppercase">
Sign Up
</button>
</Link><span style={{paddingLeft: '5px' , fontWeight: 'bolder'}}> if you don't have an account yet.</span></p>