Skip to content

Commit

Permalink
Merge pull request #90 from kuafuai/feat/user
Browse files Browse the repository at this point in the history
fix(user): fix login url
  • Loading branch information
booboosui authored Aug 29, 2023
2 parents c33d941 + 8d699df commit a4cdf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/user_register.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<label id="login-message" style="color: red;"></label>
</div>
<div class="field">
<a class="ui right floated button blue" href="user_register.html"><i class="user icon"></i><span class="f_login"></span></a>
<a class="ui right floated button blue" href="user_login.html"><i class="user icon"></i><span class="f_login"></span></a>
<button class="ui right floated button green" onClick="register()" type="submit"><i class="id card outline icon"></i><span class="f_submit"></span></div></button>
</div>
</div>
Expand Down

0 comments on commit a4cdf3b

Please sign in to comment.