authentify: clear current_mode on leave
This commit is contained in:
parent
d21ec87b88
commit
d78dad69f7
@ -12,6 +12,11 @@ export default class extends AbstractNonAuthentifiedView
|
||||
this.current_mode = undefined
|
||||
}
|
||||
|
||||
async leavePage()
|
||||
{
|
||||
this.current_mode = undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {Promise}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user