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
web settings: mask vault passphrase prompt with a native <dialog>
The tronbrowser.dev/settings decrypt path used window.prompt() (always
plaintext). Replace with a native <dialog> + real type=password input
(Enter=Unlock, Esc=cancel), styled to match the settings page. Mirrors the
extension options-page fix.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments