1
0
Fork 0

remove redundant assignment

Dieser Commit ist enthalten in:
merefield 2023-09-08 07:18:31 +01:00
Ursprung 050a38a9d3
Commit ebc0f706e3

Datei anzeigen

@ -22,7 +22,6 @@ export default {
withPluginApi("0.8.36", (api) => {
api.onAppEvent("page:changed", (data) => {
const currentUser = api.getCurrentUser();
const searchParams = new URLSearchParams(window.location.search);
if (currentUser) {
const redirectToWizard = currentUser.redirect_to_wizard;