expose incorrectLoginResponse from loginHelper.js

This commit is contained in:
Holly Stubbs 2022-01-04 04:43:10 +00:00
parent 9e7ea3187b
commit 31af1d80bb
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -24,7 +24,8 @@ module.exports = {
}
return null;
}
},
incorrectLoginResponse: incorrectLoginResponse
}
function incorrectLoginResponse() {