invalid auth alert

This commit is contained in:
Mo Bitar
2017-07-17 14:34:22 -05:00
parent 16403bc0d6
commit 85b360d9b5

View File

@@ -105,7 +105,7 @@ angular.module('app.frontend')
if(authParams.pw_auth) {
// verify auth params
if(localVTag !== authParams.pw_auth) {
alert("Invalid server verification tag; aborting login. Learn more at standardnotes.org/verification.");
alert("Invalid server verification tag; aborting login. This could also be caused by an incorrect password. Learn more at standardnotes.org/verification.");
$timeout(function(){
callback({error: true, didDisplayAlert: true});
})