Don't display session expired
This commit is contained in:
parent
4253d3c84b
commit
e4d0d21667
2 changed files with 2 additions and 2 deletions
|
|
@ -572,7 +572,7 @@ Callbacks = {
|
|||
|
||||
login: function(data) {
|
||||
if(!data.success) {
|
||||
if(data.error != "Invalid session") {
|
||||
if(data.error != "Session expired") {
|
||||
alert(data.error);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue