feat(auth): harden authentication and add configurable two-factor support
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': resolve(__dirname, './resources/js'),
|
||||
'@': resolve(import.meta.dirname, './resources/js'),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user