Skip to content

Commit

Permalink
feat: Add register link in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris3131 committed Aug 29, 2022
1 parent ced3417 commit 9078092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
class='form-control'
/>
</div>
<div>
<p>還沒有帳號嗎?來<a href='/users/register'>這裡註冊</a></p>
</div>
<div class='d-grid gap-2 d-md-flex justify-content-md-end mt-3'>
<button type='submit' class='btn btn-primary'>登入</button>
</div>
Expand Down

0 comments on commit 9078092

Please sign in to comment.