mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 03:00:05 +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) {
|
||||
loginParams[key] = loginForm[key]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user