We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ec0c0 commit 57a6fd9Copy full SHA for 57a6fd9
1 file changed
frontend/src/html/pages/login.html
@@ -54,19 +54,19 @@
54
<i class="fas fa-sign-in-alt"></i>
55
login
56
</div>
57
+ <div class="providers">
58
+ <button class="signInWithGoogle">
59
+ <i class="fab fa-google"></i>
60
+ <!-- google sign In -->
61
+ <!-- google -->
62
+ </button>
63
+ <button class="signInWithGitHub">
64
+ <i class="fab fa-github"></i>
65
+ <!-- github sign In -->
66
+ <!-- github -->
67
68
+ </div>
69
<form action="">
- <div class="providers">
- <button class="signInWithGoogle">
- <i class="fab fa-google"></i>
- <!-- google sign In -->
- <!-- google -->
- </button>
- <button class="signInWithGitHub">
- <i class="fab fa-github"></i>
- <!-- github sign In -->
- <!-- github -->
- </div>
70
<div class="orWithLine">
71
<div class="line"></div>
72
<div class="text">or</div>
0 commit comments