We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db9d08 commit e689944Copy full SHA for e689944
2 files changed
web-assets/js/check_email.js
@@ -21,7 +21,7 @@ $(document).ready(function () {
21
formAction = "#";
22
return false;
23
}
24
- const apiServerUrl = "https://api.{{DOMAIN}}.com/v3/users";
+ const apiServerUrl = "https://api.{{DOMAIN}}/v3/users";
25
$("#continueBtn").click(function () {
26
var otp = $("#otp").val();
27
if (!otp) {
web-assets/js/otp.js
@@ -35,7 +35,7 @@ $(document).ready(function () {
35
const resendToken = qs["resendToken"];
36
const userId = qs["userId"];
37
if (resendToken && userId) {
38
39
$("#resend").click(function () {
40
$.ajax({
41
type: "POST",
0 commit comments