style: auto-fix linting issues

This commit is contained in:
EduardPrigoana 2026-02-14 16:46:45 +00:00 committed by github-actions[bot]
parent a941faaa4e
commit b4f0d36984

View file

@ -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>