mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #3619 from Bnyro/master
fix(register): input height doesn't match view password icon
This commit is contained in:
		
						commit
						c31f9fbb54
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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')"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue