mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-12 23:23:34 +08:00
fix(login page): pressing enter opening google login
This commit is contained in:
parent
f0ec0c04fd
commit
57a6fd9bd5
1 changed files with 12 additions and 12 deletions
|
|
@ -54,19 +54,19 @@
|
|||
<i class="fas fa-sign-in-alt"></i>
|
||||
login
|
||||
</div>
|
||||
<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 -->
|
||||
</button>
|
||||
</div>
|
||||
<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 -->
|
||||
</button>
|
||||
</div>
|
||||
<div class="orWithLine">
|
||||
<div class="line"></div>
|
||||
<div class="text">or</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue