fix flicker after logout

This commit is contained in:
MCHost
2025-07-07 00:03:30 -04:00
parent 8f518d72ac
commit 9daa3153fa
3 changed files with 58 additions and 17 deletions

View File

@@ -91,7 +91,7 @@
<input id="loginApiKey" type="text" placeholder="Enter API Key"
class="bg-[rgba(10,17,40,0.3)] backdrop-blur-[12px] px-4 py-2 rounded text-white w-full border border-[rgba(255,255,255,0.15)]">
</div>
<button id="loginBtn" class="nav-btn w-full">Login</button>
<button id="loginBtn" class="nav-btn2 w-full">Login</button>
<p id="loginError" class="text-red-500 text-sm mt-2 hidden"></p>
</div>
</div>