mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Signing up for the API work again
- Can use the same email more than once, the only difference is that it wont create a new key, only a new link to the key
This commit is contained in:
@@ -24,9 +24,11 @@ window.addEventListener("DOMContentLoaded", function(e) {
|
||||
Helper.toggleClass(".submit", "disabled");
|
||||
Helper.removeClass(".full-form-token", "hide");
|
||||
var captcha_response = grecaptcha.getResponse();
|
||||
console.log(captcha_response);
|
||||
Helper.ajax({
|
||||
type: "POST",
|
||||
url: "/api/apply",
|
||||
headers: {"Content-Type": "application/json;charset=UTF-8"},
|
||||
data: {
|
||||
origin: origin,
|
||||
email: email,
|
||||
|
||||
Reference in New Issue
Block a user