feel good msg

This commit is contained in:
Peter D. Gray 2025-04-14 10:41:24 -04:00
parent 36d4df8a49
commit 1ae8c51a3c
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -595,6 +595,8 @@ class SecretPickerMenu(MenuSystem):
# altho menu items look different we are sharing same thing:
# - up to 72 bytes from secure elements
dis.fullscreen("Wait...")
with SensitiveValues(bypass_tmp=False, enforce_delta=True) as sv:
raw = bytearray(sv.secret)
xfp = xfp2str(sv.get_xfp())