T3329
Adds a conditional warning upon opening the seed phrase dropdown in Settings whereby the user needs to click the checkbox for the seed to be displayed.
Differential D14719
[Cashtab] Seed warning confirmation check emack on Nov 1 2023, 06:58. Authored by Tags None Subscribers None
Details
T3329 Adds a conditional warning upon opening the seed phrase dropdown in Settings whereby the user needs to click the checkbox for the seed to be displayed. npm test
Diff Detail
Event TimelineComment Actions We should still show the warning when the seed phrase is displayed. Checking the checkbox should expand to reveal the seed phrase. Unchecking the checkbox should hide it.
Comment Actions Updated checkbox logic to toggle between showing and hiding the seed phrase in addition to the updated static warning message. |