Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zeynozz committed Jan 19, 2024
1 parent 3add75f commit f2eea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
<div class="d-flex">
<button class="submit-button mr-2">Sign in</button>
<button class="submit-button" onclick="window.location.href = 'register.jsp';">Sign up</button>
<button type="button" class="submit-button" onclick="window.location.href = 'register.jsp';">Sign up</button>
</div>
</form>
</div>
Expand Down

0 comments on commit f2eea46

Please sign in to comment.