mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +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"> |             <div class="flex justify-center"> | ||||||
|                 <input |                 <input | ||||||
|                     v-model="password" |                     v-model="password" | ||||||
|                     class="input w-full" |                     class="input h-auto w-full" | ||||||
|                     :type="showPassword ? 'text' : 'password'" |                     :type="showPassword ? 'text' : 'password'" | ||||||
|                     autocomplete="password" |                     autocomplete="password" | ||||||
|                     :placeholder="$t('login.password')" |                     :placeholder="$t('login.password')" | ||||||
| @@ -34,7 +34,7 @@ | |||||||
|             <div class="flex justify-center"> |             <div class="flex justify-center"> | ||||||
|                 <input |                 <input | ||||||
|                     v-model="passwordConfirm" |                     v-model="passwordConfirm" | ||||||
|                     class="input w-full" |                     class="input h-auto w-full" | ||||||
|                     :type="showConfirmPassword ? 'text' : 'password'" |                     :type="showConfirmPassword ? 'text' : 'password'" | ||||||
|                     autocomplete="password" |                     autocomplete="password" | ||||||
|                     :placeholder="$t('login.password_confirm')" |                     :placeholder="$t('login.password_confirm')" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro