We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useEdgeDbIdentity
1 parent e1bbd5a commit 22c12edCopy full SHA for 22c12ed
1 file changed
src/runtime/components/auth/base/EdgeDbAuthEmailLogin.vue
@@ -1,6 +1,6 @@
1
<script setup lang="ts">
2
import { ref } from 'vue'
3
-import { navigateTo } from '#imports'
+import { navigateTo, useEdgeDbIdentity } from '#imports'
4
5
const props = withDefaults(
6
defineProps<{ redirectTo?: string }>(),
0 commit comments