Skip to content

Commit

Permalink
fix a bug when using yubikey
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Aug 14, 2024
1 parent b4d88a3 commit da2a5bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zuluCrypt-gui/password_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,11 @@ void passwordDialog::openVolume( const QString& key )
if( m.has_value() ){

m_key = m.value() ;

passtype = "-f" ;
keyPath = utility::keyPath() ;

this->sendKey( keyPath ) ;
}else{
DialogMsg( this ).ShowUIOK( tr( "ERROR" ),tr( "Failed To Locate Or Run Yubikey's \"ykchalresp\" Program." ) ) ;
return this->enableAll() ;
Expand Down

0 comments on commit da2a5bd

Please sign in to comment.