Add License Integration
This commit is contained in:
@@ -82,6 +82,10 @@ func (h *AuthHandler) AuthLogin(c *gin.Context) {
|
||||
},
|
||||
Site: site,
|
||||
ResetPassword: authUser.ResetPassword,
|
||||
PartnerLicense: &response.PartnerLicense{
|
||||
DaysToExpire: authUser.PartnerLicense.DaysToExpire,
|
||||
Status: authUser.PartnerLicense.LicenseStatus,
|
||||
},
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, response.BaseResponse{
|
||||
|
||||
Reference in New Issue
Block a user