1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 04:00:05 +00:00

fix: deprecating sasjs client id

This commit is contained in:
2022-05-09 13:26:17 +02:00
parent 72ed5e3fab
commit c243f25477
6 changed files with 12 additions and 30 deletions

View File

@@ -598,7 +598,7 @@ export default class SASjs {
'A username, password and clientId are required when using the default login mechanism with server type SASJS.'
)
return this.authManager!.logInSasjs(username, password, clientId)
return this.authManager!.logInSasjs(username, password)
}
return this.authManager!.logIn(username, password)