Browse Source

typo bug fix

master
sp 5 years ago
parent
commit
222c8bd929
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apiV1login.go

+ 1
- 1
apiV1login.go View File

return return
} else { } else {
//Audit user login, in db //Audit user login, in db
log.Info("login success", l.Login)
log.Info("login success ", l.Login)
} }


//format response //format response

Loading…
Cancel
Save