1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Disable Private Vault Export Policy (#2064)

This commit is contained in:
Oscar Hinton
2021-09-15 21:06:13 +02:00
committed by GitHub
parent bc908df348
commit 205b1153de
5 changed files with 20 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ let clickedEl: HTMLElement = null;
// Find the best attribute to be used as the Name for an element in a custom field.
function getClickedElementIdentifier() {
if (clickedEl == null) {
return 'Unable to identify clicked element.'
return 'Unable to identify clicked element.';
}
if (!inputTags.includes(clickedEl.nodeName.toLowerCase())) {