forked from mirrors/amnezia-wg-easy
		
	Add autocomplete attribute to password input (#1249)
This commit is contained in:
		
						commit
						9275cf611a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -559,7 +559,7 @@
 | 
				
			||||||
            </svg>
 | 
					            </svg>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <input type="password" name="password" :placeholder="$t('password')" v-model="password"
 | 
					          <input type="password" name="password" :placeholder="$t('password')" v-model="password" autocomplete="current-password"
 | 
				
			||||||
            class="px-3 py-2 text-sm dark:bg-neutral-700 text-gray-500 dark:text-gray-500 mb-5 border-2 border-gray-100 dark:border-neutral-800 rounded-lg w-full focus:border-red-800 dark:focus:border-red-800 dark:placeholder:text-neutral-400 outline-none" />
 | 
					            class="px-3 py-2 text-sm dark:bg-neutral-700 text-gray-500 dark:text-gray-500 mb-5 border-2 border-gray-100 dark:border-neutral-800 rounded-lg w-full focus:border-red-800 dark:focus:border-red-800 dark:placeholder:text-neutral-400 outline-none" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <button v-if="authenticating"
 | 
					          <button v-if="authenticating"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue