Skip to content

Commit 22c12ed

Browse files
authored
fix: import useEdgeDbIdentity (#18)
1 parent e1bbd5a commit 22c12ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/components/auth/base/EdgeDbAuthEmailLogin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { ref } from 'vue'
3-
import { navigateTo } from '#imports'
3+
import { navigateTo, useEdgeDbIdentity } from '#imports'
44
55
const props = withDefaults(
66
defineProps<{ redirectTo?: string }>(),

0 commit comments

Comments
 (0)