expose incorrectLoginResponse
from loginHelper.js
This commit is contained in:
parent
9e7ea3187b
commit
31af1d80bb
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
},
|
||||||
|
incorrectLoginResponse: incorrectLoginResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
function incorrectLoginResponse() {
|
function incorrectLoginResponse() {
|
||||||
|
|
Loading…
Reference in a new issue