mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix style
This commit is contained in:
		
							parent
							
								
									1f52aea193
								
							
						
					
					
						commit
						2f10ff1a2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -190,7 +190,7 @@ export default Vue.extend({
 | 
			
		|||
			this.$refs.input.focus();
 | 
			
		||||
		},
 | 
			
		||||
		togglePassword() {
 | 
			
		||||
			if(this.type == 'password') {
 | 
			
		||||
			if (this.type == 'password') {
 | 
			
		||||
				this.type = 'text'
 | 
			
		||||
			} else {
 | 
			
		||||
				this.type = 'password'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue