/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-settings/src/components/setVaultPassphraseModal.component.pug
19 строк
729 B
Eugene
bootstrap 5 WIP (#7891)
26 фев 2023, 22:42
Не верифицирован
26 фев 2023, 22:42
1e5cfd1
Код
Авторство
О чём код?
h3.modal-header.m-0.pb-0(translate) Set master passphrase .modal-body .mb-2(translate) You can change it later, but it's unrecoverable if forgotten. .input-group input.form-control.form-control-lg( [type]='showPassphrase ? "text" : "password"', autofocus, [(ngModel)]='passphrase', #input, placeholder='Master passphrase', (keyup.enter)='ok()', (keyup.esc)='cancel()', ) button.btn.btn-secondary((click)='showPassphrase = !showPassphrase') i.fas.fa-eye .modal-footer button.btn.btn-primary((click)='ok()', translate) Set passphrase button.btn.btn-danger((click)='cancel()', translate) Cancel