You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current configuration is the User cannot progress when starting without setting a device PIN or fingerprint.
This has been a complaint for years because the user must remember 2 sets of PINs....and it slows the user flow.
It is also the source of the most number of crashes. This should be fixed.
Even though this interface will be retired soon, users are increasing so if we can remove this will be appreciated
Note: This is not to remove the Blue 6 digit PIN lock screen (LoginActivity).
Remove this view
Steps to complete
Look at the 6 calls to public void authPrompt in AuthManager.java
Hacky Solution: Just remove the test and pass completion in the method authPrompt
Better Solution: Remove any calls to authPrompt but make sure the LoginActivity is shown when opening the app and locks when the user locks in Settings
Test
The text was updated successfully, but these errors were encountered:
kcw-grunt
changed the title
🦺[Tech Debt]: Remove device authPrompt and make users to access the 6 digit PIN only
🦺[Tech Debt]: Remove device authPrompt and make users to access the 6 digit PIN / LoginActivity.java only
Oct 6, 2024
kcw-grunt
changed the title
🦺[Tech Debt]: Remove device authPrompt and make users to access the 6 digit PIN / LoginActivity.java only
🦺[Tech Debt]: Remove device authPrompt & make users access the 6 digit PIN / LoginActivity.java only
Oct 6, 2024
kcw-grunt
changed the title
🦺[Tech Debt]: Remove device authPrompt & make users access the 6 digit PIN / LoginActivity.java only
🦺[Tech Debt]: Remove device authPrompt & make users access the 6 digit PIN / LoginActivity.java **only**
Oct 6, 2024
kcw-grunt
changed the title
🦺[Tech Debt]: Remove device authPrompt & make users access the 6 digit PIN / LoginActivity.java **only**
🦺[Tech Debt]: Remove device authPrompt & make users access the 6 digit PIN / LoginActivity.java only
Oct 6, 2024
Describe the work to be done
The current configuration is the User cannot progress when starting without setting a device PIN or fingerprint.
This has been a complaint for years because the user must remember 2 sets of PINs....and it slows the user flow.
It is also the source of the most number of crashes. This should be fixed.
Even though this interface will be retired soon, users are increasing so if we can remove this will be appreciated
Note: This is not to remove the Blue 6 digit PIN lock screen (LoginActivity).
Steps to complete
The text was updated successfully, but these errors were encountered: