diff --git a/frontend/static/js/views/accounts/AuthentifyView.js b/frontend/static/js/views/accounts/AuthentifyView.js index 27733f8..9804757 100644 --- a/frontend/static/js/views/accounts/AuthentifyView.js +++ b/frontend/static/js/views/accounts/AuthentifyView.js @@ -12,6 +12,11 @@ export default class extends AbstractNonAuthentifiedView this.current_mode = undefined } + async leavePage() + { + this.current_mode = undefined; + } + /** * @returns {Promise} */