cool
This commit is contained in:
@ -98,7 +98,7 @@ func (h *AuthHandler) Verify(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
h.logger.Debug("Verifying token", zap.String("app_id", req.AppID), zap.String("type", string(req.Type)))
|
||||
h.logger.Debug("Verifying token", zap.String("app_id", req.AppID))
|
||||
|
||||
response, err := h.tokenService.VerifyToken(c.Request.Context(), &req)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user