diff --git a/frontend/static/js/views/accounts/AuthentifyView.js b/frontend/static/js/views/accounts/AuthentifyView.js index 0c675c3..5dfd569 100644 --- a/frontend/static/js/views/accounts/AuthentifyView.js +++ b/frontend/static/js/views/accounts/AuthentifyView.js @@ -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}`); } /**