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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user