This commit is contained in:
2020-12-22 19:31:02 +01:00
parent 07a73fbeef
commit d788822b06
3 changed files with 12 additions and 4 deletions

View File

@ -8,7 +8,6 @@ type accountApiResponse struct {
DiscordUserId string `json:"discordUserId"`
Email string `json:"email"`
}
const apiPassword string = "hezgf42gfgwfg"
func accountApi(w http.ResponseWriter, r *http.Request) {
var accountKey string = r.FormValue("accountkey")
var password string = r.FormValue("password")