Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas van Schrick <[email protected]>
  • Loading branch information
Knerio and Taucher2003 authored Aug 25, 2024
1 parent 2eb6cba commit a93edf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ begin

identity = Code0::Identities::Provider::Discord.new(
{
redirect_uri : "http://localhost:8080/redirect",
client_id : "id"
client_secret : "xxxx"
redirect_uri: "http://localhost:8080/redirect",
client_id: "id",
client_secret: "xxxx"
}).load_identity({ code: "a_valid_code" })

rescue Code0::Error => e
Expand Down

0 comments on commit a93edf5

Please sign in to comment.