Skip to content

Commit a22fdbf

Browse files
committed
add github auth function
1 parent 2496449 commit a22fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontendmu-nuxt/components/auth/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const developmentEnvironment = process.env.NODE_ENV === 'development'
112112
<span class="text-sm font-semibold leading-6">Google</span>
113113
</a>
114114

115-
<a href="#"
115+
<a :href="oAuthLogin('github')"
116116
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]"
117117
disabled>
118118
<svg class="h-5 w-5" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20">

0 commit comments

Comments
 (0)