We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d097f1 commit 2f206e3Copy full SHA for 2f206e3
1 file changed
src/Playground/Playground.Blazor/Services/SimpleBffAuth.cs
@@ -101,9 +101,10 @@ public static void MapSimpleBffAuthEndpoints(this WebApplication app)
101
errorMessage = detail.GetString() ?? errorMessage;
102
}
103
104
- catch
+ catch (Exception parseEx)
105
{
106
// If parsing fails, use default message
107
+ logger.LogDebug(parseEx, "Failed to parse error response, using default message");
108
109
110
0 commit comments