| ... | @@ -96,7 +96,7 @@ pub const providers = struct { | ... | @@ -96,7 +96,7 @@ pub const providers = struct { |
| 96 | .color = "#1877F2", | 96 | .color = "#1877F2", |
| 97 | }; | 97 | }; |
| 98 | pub var github = Provider{ | 98 | pub var github = Provider{ |
| 99 | .id = "github.com", | 99 | .id = "github", |
| 100 | .authorize_url = "https://github.com/login/oauth/authorize", | 100 | .authorize_url = "https://github.com/login/oauth/authorize", |
| 101 | .token_url = "https://github.com/login/oauth/access_token", | 101 | .token_url = "https://github.com/login/oauth/access_token", |
| 102 | .me_url = "https://api.github.com/user", | 102 | .me_url = "https://api.github.com/user", |