Strict sign in

This commit is contained in:
Mo Bitar
2018-05-20 12:23:09 -05:00
parent d7b9a021a4
commit 367fbeed20
7 changed files with 100 additions and 48 deletions

View File

@@ -286,7 +286,7 @@ angular.module('app')
})
}
} else {
authManager.login(server, email, pw, false, {}, function(response){
authManager.login(server, email, pw, false, false, {}, function(response){
window.location.reload();
})
}