Skip to content

Commit

Permalink
don't encode credentialKey
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Jul 12, 2022
1 parent af92470 commit 204ef9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public String getCredentialKey() {
}

public void setCredentialKey(String credentialKey) {
set("credentialKey", credentialKey);
set("credentialKey", credentialKey, false);
}

public String getUsername() {
Expand Down

0 comments on commit 204ef9b

Please sign in to comment.