Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 19, 2021
1 parent ea79f98 commit 67d2547
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,7 @@ pub fn github_login(
.get_redirect_extras(
&mut cookies,
&["user:read"],
&[(
"redirect_uri",
&redirect_uri,
)],
&[("redirect_uri", &redirect_uri)],
)
.unwrap()
}
Expand Down

0 comments on commit 67d2547

Please sign in to comment.