From 3c93a671aa6eedb895cbdbf7ab74100beddcfd46 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 13 Jun 2023 01:56:47 +0200 Subject: Fix passwords being visible during editing --- MatrixRoomUtils.Web/Shared/SimpleComponents/FancyTextBox.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatrixRoomUtils.Web/Shared/SimpleComponents/FancyTextBox.razor b/MatrixRoomUtils.Web/Shared/SimpleComponents/FancyTextBox.razor index 9c325a7..702d41e 100644 --- a/MatrixRoomUtils.Web/Shared/SimpleComponents/FancyTextBox.razor +++ b/MatrixRoomUtils.Web/Shared/SimpleComponents/FancyTextBox.razor @@ -1,7 +1,7 @@ @inject IJSRuntime JsRuntime @if (isVisible) { - + } else { -- cgit 1.5.1