Skip to content

Commit 33ffe9e

Browse files
author
Sachin Maheshwari
committed
changing after successfully registration page url
1 parent e2d02ff commit 33ffe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const authSetup = function () {
5858
var idToken = null;
5959
var callRefreshTokenFun = null;
6060
var host = window.location.protocol + "//" + window.location.host
61-
const registerSuccessUrl = host + '/register_success.html';
61+
const registerSuccessUrl = host + '/check_email.html';
6262

6363
const init = function () {
6464
correctOldUrl();

0 commit comments

Comments
 (0)