From aeb5b88808b90fec28fd7107782475ffc1cfe467 Mon Sep 17 00:00:00 2001 From: coolchevy Date: Tue, 7 May 2024 22:27:36 +0300 Subject: [PATCH] hotfix: fixed issue with password managers, closing issues https://github.com/filebrowser/filebrowser/issues/2518 https://github.com/filebrowser/filebrowser/issues/2035 --- frontend/src/components/prompts/Share.vue | 4 ++-- frontend/src/css/_inputs.css | 6 ++++++ frontend/src/views/Share.vue | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) 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 @@