resend email verification

This commit is contained in:
2025-02-06 13:19:50 +01:00
parent b515a68d02
commit 4169aeffb3
2 changed files with 62 additions and 5 deletions

View File

@@ -93,7 +93,8 @@ export default defineConfig((/* ctx */) => {
// Quasar plugins
plugins: [
'Notify',
'Loading'
'Loading',
'Dialog'
]
},