mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-10 02:06:37 +00:00
chore: fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ func (als *AccessLogService) Log(log AccessLog) {
|
||||
Str("provider", log.Provider).
|
||||
Str("username", log.Username).
|
||||
Str("client_ip", log.ClientIP).
|
||||
Int64("time", time.Now().UnixMilli()).
|
||||
Int64("time", time.Now().Unix()).
|
||||
Bool("success", log.Success)
|
||||
|
||||
event.Msg(log.Message)
|
||||
|
||||
Reference in New Issue
Block a user