Skip to content

Commit

Permalink
Updated login.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Cortez committed Jul 11, 2024
1 parent 4468be3 commit 1587a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/views/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ block content
p.text-white-50.mb-5 Please log in using one of the following options!

.d-flex.flex-column.align-items-center
button.btn.btn-outline-light.btn-lg.mb-3.w-100(type='button' onclick="window.location.href='/auth/github'")
button.btn.btn-outline-light.btn-lg.mb-3.w-100(type='button' onclick="window.location.href='/auth/login/github'")
i.fab.fa-github.fa-lg(style='margin-right: 8px')
| Login with Github
button.btn.btn-outline-light.btn-lg.w-100(type='button' onclick="window.location.href='/auth/linkedin'")
button.btn.btn-outline-light.btn-lg.w-100(type='button' onclick="window.location.href='/auth/login/linkedin'")
i.fab.fa-linkedin.fa-lg(style='margin-right: 8px')
| Login with LinkedIn

Expand Down

0 comments on commit 1587a56

Please sign in to comment.