mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 04:32:01 +00:00 
			
		
		
		
	fix(register): input height doesn't match view password icon
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|             <div class="flex justify-center"> | ||||
|                 <input | ||||
|                     v-model="password" | ||||
|                     class="input w-full" | ||||
|                     class="input h-auto w-full" | ||||
|                     :type="showPassword ? 'text' : 'password'" | ||||
|                     autocomplete="password" | ||||
|                     :placeholder="$t('login.password')" | ||||
| @@ -34,7 +34,7 @@ | ||||
|             <div class="flex justify-center"> | ||||
|                 <input | ||||
|                     v-model="passwordConfirm" | ||||
|                     class="input w-full" | ||||
|                     class="input h-auto w-full" | ||||
|                     :type="showConfirmPassword ? 'text' : 'password'" | ||||
|                     autocomplete="password" | ||||
|                     :placeholder="$t('login.password_confirm')" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro