refactoring the login

This commit is contained in:
Paul Schneider 2026-02-22 19:54:10 +00:00
commit 9289207085
18 changed files with 209 additions and 368 deletions

3
.vscode/launch.json vendored
View file

@ -28,7 +28,8 @@
"justMyCode": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
"killOnServerStop": true
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"