seventh try

This commit is contained in:
Martin Quarda 2024-08-05 15:38:32 +02:00
parent cd6735abd0
commit df4e6c6f84

View File

@ -62,7 +62,7 @@ class Main extends Component {
text: json.success,
status: "success",
})
window.location = json.redirect;
window.open(json.redirect ,"_self")
}
});
}