Skip to content

Commit

Permalink
Add libraries icon
Browse files Browse the repository at this point in the history
  • Loading branch information
slideclimb committed Jul 17, 2022
1 parent dcf4fb4 commit 45e3faf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ object MendeleyAuthenticator {
basicAuth(MendeleyCredentials.id, MendeleyCredentials.secret.decipher())
}.body()

println(MendeleyCredentials.secret)
val (tokenCredentials, refreshTokenCredentials) = token.getCredentials()

return BearerTokens(tokenCredentials.password.toString(), refreshTokenCredentials.password.toString())
Expand Down

0 comments on commit 45e3faf

Please sign in to comment.