Skip to content

Commit 4321f21

Browse files
fix(gh-9345): set initialization state to failed on unsuccessful initialization using hardware token
Signed-off-by: Kevin Andrews <kevin@nforced.uk>
1 parent 6186298 commit 4321f21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libsync/clientsideencryption.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ void ClientSideEncryption::initialize(QWidget *settingsDialog)
10971097
Q_EMIT finishedDiscoveryEncryptionUsbToken();
10981098
});
10991099
} else {
1100+
setInitializationState(InitializationState::Failed);
11001101
emit initializationFinished();
11011102
}
11021103
} else {

0 commit comments

Comments
 (0)