feat: Introduce dedicated Blazor pages and DTOs for user authentication and account management, updating localization and styling.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user