fix: authentifyView do not use pushstate

This commit is contained in:
2024-02-13 11:00:10 +01:00
parent 6a2857f623
commit da0b8e4edb

View File

@ -95,8 +95,6 @@ export default class extends AbstractNonAuthentifiedView
let button_text = this.current_mode === "login" ? "loginFormButton" : "registerFormButton";
button.innerText = lang.get(button_text, "ERROR LANG");
history.pushState(null, null, `/${this.current_mode}`);
}
/**