This commit is contained in:
Alicia 2019-02-23 16:39:31 +00:00
parent 3d40e03639
commit 09840fcce8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ func registerSubmit(c *gin.Context) {
for errr.Next() {
i++
}
if errr == 0 {
if i == 0 {
registerResp(c, errorMessage{T(c, "Invalid Beta Key.")})
return
}