Skip to content

Commit

Permalink
for security, made password not show at all
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 26, 2023
1 parent 78d177c commit c7de79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TextField {
placeholderText: "Password"
echoMode: TextInput.Password
passwordCharacter: ""
passwordMaskDelay: 1000
passwordMaskDelay: 0
selectionColor: config.overlay0
renderType: Text.NativeRendering
font.family: config.Font
Expand Down

0 comments on commit c7de79a

Please sign in to comment.