fixup! pass: enable otp generation
This commit is contained in:
		
							parent
							
								
									2ab0b84209
								
							
						
					
					
						commit
						edeab9f843
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -31,7 +31,7 @@ main() {
 | 
			
		|||
 | 
			
		||||
    username=`pass show "$entry" 2>/dev/null | perl -ne 'print $2 if /^(login|user|email): (.*)/'`
 | 
			
		||||
    password=`pass show "$entry" 2>/dev/null | head -n 1`
 | 
			
		||||
    otp=`pass otp "$entry" 2>/dev/null`
 | 
			
		||||
    otp=`pass otp "$entry" 2>/dev/null` || true
 | 
			
		||||
 | 
			
		||||
    action="$(print_actions_for_entry | wdmenu -p Action)"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue