authentify: clear current_mode on leave

This commit is contained in:
starnakin 2024-02-13 13:06:55 +01:00
parent 0e9bfb1fed
commit a1b4c8867a

View File

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