mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Cleanup, localize error.
This commit is contained in:
@@ -46,7 +46,7 @@ export class LockComponent extends BaseLockComponent {
|
||||
const div = document.createElement('div');
|
||||
div.innerHTML = `<div class="swal2-text">${this.i18nService.t('awaitDesktop')}</div>`;
|
||||
|
||||
const submitted = Swal.fire({
|
||||
Swal.fire({
|
||||
heightAuto: false,
|
||||
buttonsStyling: false,
|
||||
html: div,
|
||||
|
||||
Reference in New Issue
Block a user