Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[devicelock] Add new feedback messages for when fingerprint identific…
…ation is disabled. Contributes to JB#41811
  • Loading branch information
adenexter committed Jul 15, 2020
1 parent 9df8429 commit 104dec1
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 104dec1

Please sign in to comment.