mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
style: lint
This commit is contained in:
@@ -18,7 +18,7 @@ const App = (): ReactElement<{}> => {
|
||||
sendArrTests(adapter),
|
||||
sendObjTests(adapter),
|
||||
specialCaseTests(adapter),
|
||||
sasjsRequestTests(adapter),
|
||||
sasjsRequestTests(adapter)
|
||||
]
|
||||
|
||||
if (adapter.getSasjsConfig().serverType === 'SASVIYA') {
|
||||
|
||||
@@ -52,7 +52,7 @@ export class AuthManager {
|
||||
if (!loggedIn) {
|
||||
if (isCredentialsVerifyError(loginResponse)) {
|
||||
let newLoginForm = await this.getLoginForm(loginResponse)
|
||||
|
||||
|
||||
loginResponse = await this.sendLoginRequest(newLoginForm, loginParams)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user