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 e2d02ff commit 33ffe9eCopy full SHA for 33ffe9e
web-assets/js/setupAuth0WithRedirect.js
@@ -58,7 +58,7 @@ const authSetup = function () {
58
var idToken = null;
59
var callRefreshTokenFun = null;
60
var host = window.location.protocol + "//" + window.location.host
61
- const registerSuccessUrl = host + '/register_success.html';
+ const registerSuccessUrl = host + '/check_email.html';
62
63
const init = function () {
64
correctOldUrl();
0 commit comments