Skip to content

Commit ccd5dea

Browse files
committed
encode uri passwor
1 parent 3bd9b16 commit ccd5dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Fiat extends utils.Adapter {
167167
},
168168
data: [
169169
'loginID=' + this.config.user,
170-
'password=' + this.config.password,
170+
'password=' + encodeURIComponent(this.config.password),
171171
'sessionExpiration=7776000',
172172
'targetEnv=jssdk',
173173
'include=profile,data,emails,subscriptions,preferences,',

0 commit comments

Comments
 (0)