Merge branch 'main' into NewsPage

This commit is contained in:
Daniel Balk
2023-04-12 20:09:30 +02:00
committed by GitHub
7 changed files with 150 additions and 43 deletions

View File

@@ -52,10 +52,7 @@ else
{
receivedExceptions.Add(exception);
var user = await IdentityService.Get();
var id = user == null ? -1 : user.Id;
Logger.Error($"[{id}] An unhanded exception occured:");
Logger.Error($"An unhanded exception occured:");
Logger.Error(exception);
await base.OnErrorAsync(exception);