Add login redirection

*  Add login redirection

* 🚑 Fix cross site scripting using server side regex validation

*  Add unit test
This commit is contained in:
Manuel
2023-09-24 16:04:07 +02:00
committed by GitHub
parent 7d7fe6016b
commit 690c627f81
12 changed files with 275 additions and 65 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
environment: 'happy-dom',
coverage: {
provider: 'v8',
reporter: ['html'],
reporter: ['html', 'json-summary', 'json'],
all: true,
exclude: ['.next/', '.yarn/', 'data/'],
},