mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Better solution for #150
This commit is contained in:
parent
db8ba85350
commit
7ede8eeb4a
4 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(rl => {
|
||||
|
||||
rl && addEventListener('rl-view-model', e => {
|
||||
if (e.detail && 'Login' === e.detail.templateId) {
|
||||
if (e.detail && 'Login' === (e.detail.templateId || e.detail.viewModelTemplateID)) {
|
||||
const container = e.detail.viewModelDom.querySelector('#plugin-Login-BottomControlGroup'),
|
||||
placeholder = 'LOGIN/LABEL_TWO_FACTOR_CODE';
|
||||
if (container) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue