style: auto-fix linting issues
This commit is contained in:
parent
a941faaa4e
commit
b4f0d36984
1 changed files with 3 additions and 3 deletions
|
|
@ -183,7 +183,7 @@
|
|||
|
||||
<div id="error" class="error-msg"></div>
|
||||
|
||||
<button id="google-btn" class="btn" onclick="googleSignIn()" style="display:none">
|
||||
<button id="google-btn" class="btn" onclick="googleSignIn()" style="display: none">
|
||||
<svg class="google-icon" viewBox="0 0 24 24">
|
||||
<path
|
||||
fill="#4285F4"
|
||||
|
|
@ -205,9 +205,9 @@
|
|||
Sign in with Google
|
||||
</button>
|
||||
|
||||
<div id="divider" class="divider" style="display:none">or</div>
|
||||
<div id="divider" class="divider" style="display: none">or</div>
|
||||
|
||||
<form id="email-form" onsubmit="emailAuth(event)" style="display:none">
|
||||
<form id="email-form" onsubmit="emailAuth(event)" style="display: none">
|
||||
<div class="form-group">
|
||||
<input type="email" id="email" placeholder="Email" required autocomplete="email" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue