| author | |
| committer | |
| log | 038533b8afa9d97c36bfc3a62fece3e8fc1beaaa |
| tree | e03113d91ef9a20a22aede72125576bcab400704 |
| parent | 3645d8944a27de8d3cb837908a3cb6836efc4fa1 |
| signature | Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw |
1 files changed, 1 insertions(+), 1 deletions(-)
oauth2.zig+1-1| ... | ... | @@ -96,7 +96,7 @@ pub const providers = struct { |
| 96 | 96 | .color = "#1877F2", |
| 97 | 97 | }; |
| 98 | 98 | pub var github = Provider{ |
| 99 | .id = "github.com", | |
| 99 | .id = "github", | |
| 100 | 100 | .authorize_url = "https://github.com/login/oauth/authorize", |
| 101 | 101 | .token_url = "https://github.com/login/oauth/access_token", |
| 102 | 102 | .me_url = "https://api.github.com/user", |