| ... | @@ -84,7 +84,7 @@ pub const providers = struct { | ... | @@ -84,7 +84,7 @@ pub const providers = struct { |
| 84 | .color = "#1877F2", | 84 | .color = "#1877F2", |
| 85 | }; | 85 | }; |
| 86 | pub var github = Provider{ | 86 | pub var github = Provider{ |
| 87 | .id = "github", | 87 | .id = "github.com", |
| 88 | .authorize_url = "https://github.com/login/oauth/authorize", | 88 | .authorize_url = "https://github.com/login/oauth/authorize", |
| 89 | .token_url = "https://github.com/login/oauth/access_token", | 89 | .token_url = "https://github.com/login/oauth/access_token", |
| 90 | .me_url = "https://api.github.com/user", | 90 | .me_url = "https://api.github.com/user", |