Skip to content

Commit

Permalink
Fix hashicorp#6435 Switch to use an obfuscated font for passwords inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalphettes committed Jul 26, 2019
1 parent 25ef300 commit 80f29f8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/app/components/secret-edit.js
Expand Up @@ -182,6 +182,10 @@ export default Component.extend(FocusOnInsertMixin, WithNavToNearestAncestor, {
return this.preferObfuscatedInput;
}),

showObfuscatedInputMode: computed('preferObfuscatedInput', 'lastChange', function() {
return this.preferObfuscatedInput;
}),

transitionToRoute() {
return this.router.transitionTo(...arguments);
},
Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/components/secret-edit.hbs
Expand Up @@ -202,4 +202,4 @@
</ToolbarActions>
</Toolbar>

{{partial partialName}}
{{partial partialName}}
Binary file added ui/public/write-your-password-with-this-font.eot
Binary file not shown.
Binary file added ui/public/write-your-password-with-this-font.otf
Binary file not shown.
Binary file added ui/public/write-your-password-with-this-font.ttf
Binary file not shown.
Binary file added ui/public/write-your-password-with-this-font.woff
Binary file not shown.
Binary file not shown.

0 comments on commit 80f29f8

Please sign in to comment.