Add beginning of Google Auth

This commit is contained in:
2023-11-18 00:49:06 -05:00
parent f2d4ce12d4
commit 7b70c13f3f
11 changed files with 599 additions and 13 deletions

View File

@@ -44,6 +44,7 @@
></q-btn> -->
</q-form>
</q-card-section>
<q-card-section><GoogleOauthComponent /></q-card-section>
</q-card>
</q-page>
</q-page-container>
@@ -68,10 +69,7 @@
<script setup lang="ts">
import { ref } from 'vue';
import { login } from 'boot/appwrite';
defineOptions({
name: 'LoginPage',
});
import GoogleOauthComponent from 'src/components/GoogleOauthComponent.vue';
const email = ref('');
const password = ref('');