code refactoring

This commit is contained in:
Burak Civan 2022-07-25 11:40:07 +03:00
parent 06fc1a2bea
commit 608f5a424a

View File

@ -771,7 +771,7 @@ const app = new Vue({
if (response.data.success) { if (response.data.success) {
if (response.data.redirect) { if (response.data.redirect) {
this.form.loading = true; this.form.loading = true;
window.location.href = response.data.redirect; window.location.href = response.data.redirect;
} }
} }