fix angular login and register

This commit is contained in:
2026-03-11 18:00:48 +01:00
parent b10b6cca60
commit 2598adb286
14 changed files with 448 additions and 27 deletions

13
dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.4",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}