| author | |
| committer | |
| log | fd60720bdadf610c668887616289b0b6509d2187 |
| tree | 8f6f3106e75232ced94c97b1cba46d07ae0eb437 |
| parent | 27c2b45b88e1c90b4048506e9ab915b9440d625a |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -84,7 +84,7 @@ pub const providers = struct { |
| 84 | 84 | .color = "#1877F2", |
| 85 | 85 | }; |
| 86 | 86 | pub var github = Provider{ |
| 87 | .id = "github", | |
| 87 | .id = "github.com", | |
| 88 | 88 | .authorize_url = "https://github.com/login/oauth/authorize", |
| 89 | 89 | .token_url = "https://github.com/login/oauth/access_token", |
| 90 | 90 | .me_url = "https://api.github.com/user", |