off registration

This commit is contained in:
Kostya
2024-02-03 19:27:34 +03:00
parent f820533866
commit ec410fbe46

View File

@@ -160,7 +160,7 @@ export default {
<!-- <div class="header__card--auth"> --> <!-- <div class="header__card--auth"> -->
<div class="auth__card--content"> <div class="auth__card--content">
<a <a
href="https://discord.com/api/oauth2/authorize?client_id=1148644854797176932&redirect_uri=https%3A%2F%2Flucky-diamond.vercel.app&response_type=code&scope=identify" href="#"
@click="auth = true" @click="auth = true"
><span ><span
><img ><img
@@ -169,6 +169,7 @@ export default {
src="../assets/icons-header/discord-icon.svg" /></span src="../assets/icons-header/discord-icon.svg" /></span
>Вход</a >Вход</a
> >
<!-- https://discord.com/api/oauth2/authorize?client_id=1148644854797176932&redirect_uri=https%3A%2F%2Flucky-diamond.vercel.app&response_type=code&scope=identify-->
</div> </div>
</div> </div>
</div> </div>