Skip to content

Commit 097966f

Browse files
committed
Add ability to store password visibility state #1669
1 parent 0033849 commit 097966f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

unauthenticated/js/bundle.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unauthenticated/js/bundle.min.js.gz

204 Bytes
Binary file not shown.

unauthenticated/js/defaults.js

+3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ var
184184
config_portable_module_xterm_options = '{}',
185185
config_portable_module_xterm_render_addon = true,
186186

187+
// Custom password generator options
188+
config_portable_funcs_password_complexity_meter = '{}',
189+
187190
// Control min and max time for branding to show in seconds
188191
settings_product_branding_show_time_min_privileged = 1,
189192
settings_product_branding_show_time_max_privileged = 6,

0 commit comments

Comments
 (0)