Skip to content

Commit

Permalink
Merge pull request #57251 from software-mansion-labs/fix/clear-2fa-data
Browse files Browse the repository at this point in the history
[CP Staging] Disallow proceeding without copying recovery codes

(cherry picked from commit 9711454)

(CP triggered by francoisl)
  • Loading branch information
mountiny authored and OSBotify committed Feb 21, 2025
1 parent 5e317f4 commit 114958f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function RightModalNavigator({navigation, route}: RightModalNavigatorProps) {
name={SCREENS.RIGHT_MODAL.TWO_FACTOR_AUTH}
component={ModalStackNavigators.TwoFactorAuthenticatorStackNavigator}
listeners={{
blur: () => {
beforeRemove: () => {
InteractionManager.runAfterInteractions(clearTwoFactorAuthData);
},
}}
Expand Down

0 comments on commit 114958f

Please sign in to comment.