fix: Improve MESSAGE PASSWORD contrast and add global Buffer polyfill shim

This commit is contained in:
LC mac
2026-02-08 01:45:37 +08:00
parent 489d3fea3b
commit d4d5807342
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
import './polyfills';
// Suppress OpenPGP.js AES cipher warnings
const originalWarn = console.warn;
const originalError = console.error;