Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb41811' into 'master'
Add new feedback messages for when fingerprint identification is disabled.

See merge request mer-core/nemo-qml-plugin-devicelock!52
  • Loading branch information
adenexter committed Jul 15, 2020
2 parents 9df8429 + 104dec1 commit ee51887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nemo-devicelock/authenticationinput.h
Expand Up @@ -95,7 +95,9 @@ class NEMODEVICELOCK_EXPORT AuthenticationInput : public QObject, private Connec
ContactSupport,
TemporarilyLocked,
PermanentlyLocked,
UnlockToPerformOperation
UnlockToPerformOperation,
SecurityCodeRequiredAfterReboot,
UnrecognizedFingerLimitExceeded
};
Q_ENUM(Feedback)

Expand Down

0 comments on commit ee51887

Please sign in to comment.