-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mask passwords in server manager (#190)
* mask password in server connections * add button to show or hide password * remove unused var * remove disable on mask button * remove password reveal control from ms edge * add a comment * small formatting fix * actually remove password reveal control from ms edge * mask password in server list * Fix server path redaction matching port number * Move password show/hide button to password input --------- Co-authored-by: evan.lightcap <[email protected]> Co-authored-by: mircearoata <[email protected]>
- Loading branch information
1 parent
0d8672d
commit fe68238
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,3 +137,7 @@ button { | |
margin-inline-start: 40px; | ||
} | ||
} | ||
|
||
::-ms-reveal { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters