Skip to content

Commit

Permalink
encode uri passwor
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 21, 2024
1 parent 3bd9b16 commit ccd5dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class Fiat extends utils.Adapter {
},
data: [
'loginID=' + this.config.user,
'password=' + this.config.password,
'password=' + encodeURIComponent(this.config.password),
'sessionExpiration=7776000',
'targetEnv=jssdk',
'include=profile,data,emails,subscriptions,preferences,',
Expand Down

0 comments on commit ccd5dea

Please sign in to comment.