Add beginning of Google Auth
This commit is contained in:
8
src/components/GoogleOauthComponent.vue
Normal file
8
src/components/GoogleOauthComponent.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div @click="auth.googleLogin()">Login with Google</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useAuthStore } from 'src/stores/auth';
|
||||
const auth = useAuthStore();
|
||||
</script>
|
||||
Reference in New Issue
Block a user