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 61089b4 commit 3f3012fCopy full SHA for 3f3012f
src/runtime/components/NUsersPasswordStrengthIndicator.vue
@@ -1,5 +1,5 @@
1
<script setup lang="ts">
2
-import { computed } from 'vue'
+import { computed, useRuntimeConfig } from 'vue'
3
import type { PasswordValidationResult, ModuleOptions } from 'nuxt-users/utils'
4
5
// Note: We define Props interface inline to ensure compatibility during the module build process
0 commit comments