diff --git a/frontend/src/components/prompts/Share.vue b/frontend/src/components/prompts/Share.vue index 6b15ffcd..974a38b9 100644 --- a/frontend/src/components/prompts/Share.vue +++ b/frontend/src/components/prompts/Share.vue @@ -107,8 +107,8 @@
{{ $t("prompts.optionalPassword") }}
diff --git a/frontend/src/css/_inputs.css b/frontend/src/css/_inputs.css index a0063f83..6c339424 100644 --- a/frontend/src/css/_inputs.css +++ b/frontend/src/css/_inputs.css @@ -19,6 +19,12 @@ width: 100%; } +.input--secure{ + text-security:disc; + -webkit-text-security:disc; + -mox-text-security:disc; +} + .input--textarea { line-height: 1.15; font-family: monospace; diff --git a/frontend/src/views/Share.vue b/frontend/src/views/Share.vue index 53f0cfb1..dfb06005 100644 --- a/frontend/src/views/Share.vue +++ b/frontend/src/views/Share.vue @@ -51,8 +51,8 @@