Updating failure message for bad password
This commit is contained in:
parent
e16bbdfa7b
commit
780b7f0291
@ -314,7 +314,8 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("view").innerHTML = "<meta http-equiv=\"refresh\" content=3;> <CENTER>THE PASSWORD PROVIDED WAS INCORRECT!"
|
showFailAlert("The password was incorrect!")
|
||||||
|
document.getElementById("view").innerHTML = "<meta http-equiv=\"refresh\" content=3;>"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user