Skip to content

Commit

Permalink
Merge pull request #202 from FranciscoPombal/secret_max_length
Browse files Browse the repository at this point in the history
Increase input length limit of secret field in manual dialog
  • Loading branch information
paolostivanin authored Feb 25, 2021
2 parents 5a2d010 + 5c50e2a commit 712a83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/otpclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ is &lt;b&gt;highly recommended&lt;/b&gt;</property>
<object class="GtkEntry" id="manual_diag_secret_entry_id">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="max_length">96</property>
<property name="max_length">255</property>
<property name="visibility">False</property>
<property name="secondary_icon_name">dialog-password-symbolic</property>
<property name="primary_icon_tooltip_text" translatable="yes">Secret</property>
Expand Down

0 comments on commit 712a83e

Please sign in to comment.