Skip to content

Commit e5a5536

Browse files
authored
Merge pull request #78 from bleech/codex/change-license-input-type-to-text
Change license key setting input from password to text
2 parents c21db5c + 8f41975 commit e5a5536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/features/class-settings-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function add_settings() {
9797
]);
9898

9999
vrts()->settings()->add_setting([
100-
'type' => 'password',
100+
'type' => 'text',
101101
'id' => 'vrts_license_key',
102102
'section' => 'vrts-settings-section-general',
103103
'title' => esc_html__( 'License Key', 'visual-regression-tests' ),

0 commit comments

Comments
 (0)