mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 04:50:06 +00:00
style: lint
This commit is contained in:
@@ -70,7 +70,10 @@ export class AuthManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async sendLoginRequest(loginForm: {[key: string]: any}, loginParams: {[key: string]: any}) {
|
private async sendLoginRequest(
|
||||||
|
loginForm: { [key: string]: any },
|
||||||
|
loginParams: { [key: string]: any }
|
||||||
|
) {
|
||||||
for (const key in loginForm) {
|
for (const key in loginForm) {
|
||||||
loginParams[key] = loginForm[key]
|
loginParams[key] = loginForm[key]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user