Skip to content

Commit 45fef86

Browse files
committed
no autocomplete on yubikey
1 parent 514d812 commit 45fef86

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/js/views/login.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ const html = jsCreateElement('div', {
8282
jsCreateElement('input', {
8383
attrs: {
8484
type: 'text',
85-
id: 'yubikeyOTP'
85+
id: 'yubikeyOTP',
86+
autocomplete: 'off',
87+
maxlength: '44',
8688
}
8789
})
8890
]

nimletter.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.5.9"
3+
version = "0.6.0"
44
author = "ThomasTJdev"
55
description = "Newsletter"
66
license = "AGPL v3"

0 commit comments

Comments
 (0)