We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533fa36 commit 61089b4Copy full SHA for 61089b4
src/runtime/components/NUsersPasswordStrengthIndicator.vue
@@ -1,8 +1,6 @@
1
<script setup lang="ts">
2
import { computed } from 'vue'
3
-import type { PasswordValidationResult } from 'nuxt-users/utils'
4
-import { useRuntimeConfig } from '#imports'
5
-import type { ModuleOptions } from 'nuxt-users/utils'
+import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
6
7
// Note: We define Props interface inline to ensure compatibility during the module build process
8
interface Props {
0 commit comments