Bug fix for signing out with a passcode and then trying to sign back in with the same passcode without refreshing the page.
This commit is contained in:
@@ -284,6 +284,10 @@
|
||||
trigger = 'process_permission_check';
|
||||
|
||||
entered_passcode = ''; // Clear the entered passcode
|
||||
// Reset so the same passcode can be re-entered after clearing.
|
||||
// Without this, the $effect guard (entered_passcode != checked_passcode) silently
|
||||
// blocks re-entry of the same passcode until the component remounts (page refresh).
|
||||
checked_passcode = null;
|
||||
show_passcode_input = true;
|
||||
|
||||
$ae_loc.app_cfg.show_element__menu = false;
|
||||
|
||||
Reference in New Issue
Block a user