diff --git a/Bootstrap.Client/wwwroot/js/index.js b/Bootstrap.Client/wwwroot/js/index.js index 07b6a82d..e879261d 100644 --- a/Bootstrap.Client/wwwroot/js/index.js +++ b/Bootstrap.Client/wwwroot/js/index.js @@ -8,6 +8,7 @@ setTimeout(() => { that.parent().removeClass('d-inline-block'); that.sliderCaptcha('reset'); + window.location.href = "/BA/Admin/Profiles"; }, 1000); } });