diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index 3d052eb4..265af5d6 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -29,7 +29,7 @@ diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html index 7873be76..fe2c1bfc 100644 --- a/umap/templates/umap/login_popup_end.html +++ b/umap/templates/umap/login_popup_end.html @@ -6,8 +6,7 @@ function proceed() { if (window.opener) { - console.log(window.opener); - window.opener.storage_proceed(); + window.opener.umap_proceed(); } } @@ -16,4 +15,4 @@ proceed(); // To handle errors, this template should be integrated into your authentication error message page // Note that you can call any window.opener function like window.opener.func - \ No newline at end of file +