We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2496449 commit a22fdbfCopy full SHA for a22fdbf
packages/frontendmu-nuxt/components/auth/LoginForm.vue
@@ -112,7 +112,7 @@ const developmentEnvironment = process.env.NODE_ENV === 'development'
112
<span class="text-sm font-semibold leading-6">Google</span>
113
</a>
114
115
- <a href="#"
+ <a :href="oAuthLogin('github')"
116
class="flex w-full items-center justify-center gap-3 rounded-md bg-[#000000] hover:bg-black/50 px-3 py-1.5 text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-[#24292F]"
117
disabled>
118
<svg class="h-5 w-5" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20">
0 commit comments