authentify: clear current_mode on leave

This commit is contained in:
starnakin 2024-02-13 13:06:55 +01:00 committed by AdrienLSH
parent d21ec87b88
commit d78dad69f7

View File

@ -12,6 +12,11 @@ export default class extends AbstractNonAuthentifiedView
this.current_mode = undefined
}
async leavePage()
{
this.current_mode = undefined;
}
/**
* @returns {Promise}
*/