fix status

This commit is contained in:
celogeek 2022-03-01 15:13:09 +01:00
parent f548b2c31c
commit 09c269e98d
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -65,7 +65,8 @@ func (s *Service) Login(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"token": session.Token,
"status": "success",
"token": session.Token,
})
}