6 lines
290 B
Vue
6 lines
290 B
Vue
|
<template>
|
||
|
<div class="w-full h-screen bg-neutral-900 text-primary">
|
||
|
<a href="https://discord.com/api/oauth2/authorize?client_id=1052974736432443432&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fapi%2Fauth&response_type=code&scope=identify">Login with Discord</a>
|
||
|
</div>
|
||
|
</template>
|