fix: resolve login button TypeError and add favicon
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

Added id='login-btn' to index.html and created a placeholder favicon.ico.
This commit is contained in:
2026-03-19 13:41:58 -04:00
parent 593971ecb5
commit 742cd9e921
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
<label for="password">Password</label>
<input type="password" id="password" name="password" required autocomplete="current-password">
</div>
<button type="submit" class="btn btn-primary btn-block">Sign In</button>
<button type="submit" id="login-btn" class="btn btn-primary btn-block">Sign In</button>
</form>
<div id="login-error" class="error-message" style="display: none;">
<i class="fas fa-exclamation-circle"></i>