Clear passcode on failed attempt

This commit is contained in:
Baptiste Grob
2020-03-10 12:21:24 +01:00
parent 8bcc4d6222
commit f98fbe695d

View File

@@ -59,6 +59,7 @@ class LockScreenCtrl {
this.formData.passcode,
(success) => {
if(!success) {
this.formData.passcode = null;
this.alertManager.alert({
text: "Invalid passcode. Please try again.",
onClose: () => {