Skip to content

Commit

Permalink
Improve region of the passphrase better for hiding from trackers.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Jul 14, 2024
1 parent ef7e2ec commit 0761f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
This package follows standard semvar, `<major>.<minor>.<build>`. No breaking changes will be introduced to existing `<minor>` versions.

## 1.1 ##
* Add TOTP supported component for MFA
* [MFA] Add TOTP supported component for MFA
* [Vanish] Improve screen recording blockers

## 0.1 ##
* Released
4 changes: 2 additions & 2 deletions src/components/vanishingKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export default class VanishingKeys extends LitElement {
<div>
<h4 class="title">Privacy Options:</h4>
<div class="input-group">
<div class="input-group fs-exclude" data-hj-suppress data-sl="mask">
<span class="input-group-text" id="passphrase-label">Passphrase</span>
<input id="passphrase" type="text" class="form-control fs-exclude" data-hj-suppress data-sl="mask" autocomplete="off" placeholder="A difficult to guess passphrase" aria-label="Passphrase" aria-describedby="passphrase-label">
</div>
Expand Down Expand Up @@ -547,7 +547,7 @@ export default class VanishingKeys extends LitElement {
<form @submit="${(e) => { decodeSecret.call(this, e); }}">
<div>
<h4 class="title">Enter Passphrase:</h4>
<div class="input-group">
<div class="input-group fs-exclude" data-hj-suppress data-sl="mask">
<span class="input-group-text" id="passphrase-label">Passphrase</span>
${this.decryptedSecret
// eslint-disable-next-line indent
Expand Down

0 comments on commit 0761f21

Please sign in to comment.