Make close button on login go home
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<!-- Login Page and Modals -->
|
||||
<div id="loginPage" class="modal hidden">
|
||||
<div class="modal-content">
|
||||
<button class="modal-close">×</button>
|
||||
<button class="modal-close" onclick="window.location.href='https://my-mc.link'">×</button>
|
||||
<h2 class="text-2xl minecraft-font mb-6 text-center">My-MC Panel Login</h2>
|
||||
<div class="mb-4">
|
||||
<input id="loginApiKey" type="text" placeholder="Enter API Key"
|
||||
|
Reference in New Issue
Block a user