Random fixes. Lang file

This commit is contained in:
Marcel Baumgartner
2023-04-12 19:33:26 +02:00
parent 57b519e6bd
commit 24f131f264
4 changed files with 24 additions and 17 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);