Clear passcode on failed attempt
This commit is contained in:
@@ -59,6 +59,7 @@ class LockScreenCtrl {
|
|||||||
this.formData.passcode,
|
this.formData.passcode,
|
||||||
(success) => {
|
(success) => {
|
||||||
if(!success) {
|
if(!success) {
|
||||||
|
this.formData.passcode = null;
|
||||||
this.alertManager.alert({
|
this.alertManager.alert({
|
||||||
text: "Invalid passcode. Please try again.",
|
text: "Invalid passcode. Please try again.",
|
||||||
onClose: () => {
|
onClose: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user