Initial project scaffolding
This commit is contained in:
13
app/pages/auth/callback.vue
Normal file
13
app/pages/auth/callback.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<IonPage>
|
||||
<IonContent class="ion-padding ion-text-center">
|
||||
<p>Signing you in...</p>
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { IonPage, IonContent } from '@ionic/vue'
|
||||
|
||||
definePageMeta({ layout: false })
|
||||
</script>
|
||||
Reference in New Issue
Block a user