0
0
Fork 0

Hide the ID entry until Vue starts behaving

This commit is contained in:
Oliver-Akins 2022-01-05 18:00:19 -07:00
parent 4c924095d7
commit 83fd399cb6

View file

@ -13,6 +13,10 @@
> >
Login With Discord Login With Discord
</button> </button>
<!--
Hidden because for some reason Vue isn't actually being able to
detect the guild ID in any case except for on the dev server and I
have no idea why. So I'm just removing it for now.
<br> <br>
<button <button
@click.stop="handleGuildID" @click.stop="handleGuildID"
@ -20,6 +24,7 @@
> >
Enter a Server ID Enter a Server ID
</button> </button>
-->
</div> </div>
</div> </div>
</template> </template>