mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 15:55:55 +02:00
Fix secret block overflowing on Android
This commit is contained in:
@@ -634,6 +634,7 @@
|
||||
input.type = 'password';
|
||||
input.placeholder = 'Passphrase';
|
||||
input.autocomplete = 'current-password';
|
||||
input.size = 1;
|
||||
|
||||
const unlock = document.createElement('button');
|
||||
unlock.type = 'submit';
|
||||
|
||||
Reference in New Issue
Block a user