Clear passcode on failed attempt
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user