Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(suite-native): useEmptyPassphrase on undefined device instance #12477

Merged
merged 1 commit into from
May 20, 2024

Conversation

juriczech
Copy link
Contributor

@juriczech juriczech commented May 20, 2024

Description

After locking, features.passphrase_protection returns null, which sets the deviceInstance to undefined, which results in settings useEmptyPassphrase to false, resulting in triggering the passphrase flow.

Related Issue

Resolve #12471

Screenshots:

@juriczech juriczech added the mobile Suite Lite issues and PRs label May 20, 2024
@juriczech juriczech marked this pull request as ready for review May 20, 2024 10:44
@juriczech juriczech requested review from matejkriz, PeKne, komret, szymonlesisz and mroz22 and removed request for matejkriz and PeKne May 20, 2024 10:48
@juriczech juriczech force-pushed the fix/native/locked-device-instance branch from 233a408 to e7c057c Compare May 20, 2024 14:11
@juriczech juriczech force-pushed the fix/native/locked-device-instance branch from e7c057c to 53ce91b Compare May 20, 2024 15:35
Copy link
Member

@matejkriz matejkriz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the commit message and then feel free to merge.

@juriczech juriczech force-pushed the fix/native/locked-device-instance branch from 53ce91b to 34b5335 Compare May 20, 2024 15:47
@juriczech juriczech enabled auto-merge (squash) May 20, 2024 15:48
@juriczech juriczech changed the title fix(suite-native): locked device has correct device instance fix(suite-native): useEmptyPassphrase on undefined device instance May 20, 2024
@juriczech juriczech merged commit 9a54704 into develop May 20, 2024
24 checks passed
@juriczech juriczech deleted the fix/native/locked-device-instance branch May 20, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Suite Lite issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passphrase: passphrase entry screen after PIN entry with feature flag disabled
2 participants