Closed YuryShkoda closed 4 months ago
Closes #835
logIn
AuthManager
getExpectedLogInSuccessHeader
src/auth/loginHeader.ts
isLogInSuccessHeaderPresent
getUserLanguage
No PR (that involves a non-trivial code change) should be merged, unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
npm test
sasjs-tests
@allanbowe I've downloaded and implemented the index.min.js and successfully tested with a German and English browser. Thank you for your speedy fix.
Issue
Closes #835
Intent
logIn
method of theAuthManager
.Implementation
getExpectedLogInSuccessHeader
function tosrc/auth/loginHeader.ts
.isLogInSuccessHeaderPresent
function tosrc/auth/loginHeader.ts
.getUserLanguage
utility.Checks
No PR (that involves a non-trivial code change) should be merged, unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
unit tests are passing (npm test
).sasjs-tests
are passing. If you want to run it manually (instructions available here).