feat: Introduce dedicated Blazor pages and DTOs for user authentication and account management, updating localization and styling.

This commit is contained in:
Ho Ngoc Hai
2026-01-19 12:39:44 +07:00
parent 8de0a7e7c0
commit 0ca15836a4
15 changed files with 1597 additions and 203 deletions

View File

@@ -12,6 +12,17 @@
}
]
},
"auth-route": {
"ClusterId": "iam-cluster",
"Match": {
"Path": "/api/auth/{**catch-all}"
},
"Transforms": [
{
"PathPattern": "/api/v1/auth/{**catch-all}"
}
]
},
"merchant-route": {
"ClusterId": "merchant-cluster",
"Match": {