Skip to content

Commit

Permalink
[Front] Split Address | Confirm Dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloento committed Mar 5, 2024
1 parent 076c3b4 commit fd6fdfe
Show file tree
Hide file tree
Showing 10 changed files with 1,204 additions and 467 deletions.
2 changes: 1 addition & 1 deletion TSystems.LoveOTC/Helpers/LoggerExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void NewUser(this ILogger logger, string? name, HubCallerContext c
newUser(logger, name, ctx.UserIdentifier, ctx.GetHttpContext()?.Connection.RemoteIpAddress?.ToString());

[LoggerMessage(
EventId = 2001,
EventId = 2003,
Level = LogLevel.Information,
Message = "Admin {name} : [{uid}] Logged from [{ip}]"
)]
Expand Down
Loading

0 comments on commit fd6fdfe

Please sign in to comment.