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
functions: extract fail_unseal and detect_heads_tty as shared utilities
fail_unseal() was defined identically in both unseal-hotp and unseal-totp,
differing only in the debug message string. Move it to /etc/functions using
basename \$0 so the message still identifies the calling script.
detect_heads_tty() was copy-pasted between gui-init and gui-init-basic.
Move it to /etc/functions and replace both inline blocks with a single call.
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
0 commit comments