Add github.com/dchest/captcha imports.

This commit is contained in:
Yang Luo
2021-05-08 23:24:30 +08:00
parent de67ee9014
commit a1851c2b78
5 changed files with 50 additions and 29 deletions

View File

@ -92,7 +92,3 @@ func CheckUserLogin(organization string, username string, password string) (*Use
return user, ""
}
func (user *User) GetId() string {
return fmt.Sprintf("%s/%s", user.Owner, user.Name)
}