fix: remove indielogin auth cuz we cant get client registration

This commit is contained in:
dusk 2024-09-24 00:58:25 +03:00
parent bdf586ca2f
commit f94170f48b
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -32,7 +32,7 @@
</div>
<div class="entry flex flex-wrap gap-1.5 p-1">
<p class="text-xl ms-2">auth via:</p>
{#each ['indielogin', 'discord', 'github'] as platform}
{#each ['discord', 'github'] as platform}
<input
type="submit"
value={platform}