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