mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Get this plugin working
This commit is contained in:
parent
2d1f99a8ce
commit
8b760ef0d1
2 changed files with 15 additions and 21 deletions
|
|
@ -6,7 +6,7 @@
|
|||
const container = e.detail.viewModelDom.querySelector('#plugin-Login-BottomControlGroup'),
|
||||
placeholder = 'LOGIN/LABEL_VERIFICATION_CODE';
|
||||
if (container) {
|
||||
container.append(Element.fromHTML('<div class="controls">'
|
||||
container.prepend(Element.fromHTML('<div class="controls">'
|
||||
+ '<div class="input-append">'
|
||||
+ '<input name="totp_code" type="text" class="input-block-level inputIcon"'
|
||||
+ ' pattern="[0-9]*" inputmode="numeric"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue