| @@ -68,9 +68,9 @@ | ||
| 68 | 68 | <input type="text" name="dashboard_username" id="dashboard-username" class="basalam-input create-ticket__input"> |
| 69 | 69 | </div> |
| 70 | 70 | <div class="create-ticket__control"> |
| 71 | 71 | <label for="dashboard-password" class="create-ticket__label basalam-p">رمز عبور پیشخوان</label> |
| 72 | - <input type="text" name="dashboard_password" id="dashboard-password" class="basalam-input create-ticket__input"> | |
| 72 | + <input type="password" name="dashboard_password" id="dashboard-password" class="basalam-input create-ticket__input" autocomplete="new-password" spellcheck="false"> | |
| 73 | 73 | </div> |
| 74 | 74 | </div> |
| 75 | 75 | |
| 76 | 76 | <div class="ticket-access-card ticket-access-card--host-panel"> |
| @@ -84,9 +84,9 @@ | ||
| 84 | 84 | <input type="text" name="host_panel_username" id="host-panel-username" class="basalam-input create-ticket__input"> |
| 85 | 85 | </div> |
| 86 | 86 | <div class="create-ticket__control"> |
| 87 | 87 | <label for="host-panel-password" class="create-ticket__label basalam-p">رمز عبور کنترل پنل هاست</label> |
| 88 | - <input type="text" name="host_panel_password" id="host-panel-password" class="basalam-input create-ticket__input"> | |
| 88 | + <input type="password" name="host_panel_password" id="host-panel-password" class="basalam-input create-ticket__input" autocomplete="new-password" spellcheck="false"> | |
| 89 | 89 | </div> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
| @@ -118,5 +118,5 @@ | ||
| 118 | 118 | <script> |
| 119 | 119 | document.addEventListener('DOMContentLoaded', function() { |
| 120 | 120 | ticketFileUpload('ticket-file-create', '<?php echo esc_attr(wp_create_nonce('upload_ticket_media_nonce')); ?>'); |
| 121 | 121 | }); |
| 122 | -</script> | |
| 122 | +</script> | |