diff --git a/oauth2.zig b/oauth2.zig index 54b15baf845dd03e0dcd42b1c3b992ec64c7846f..f35fe630483b86b6fa7f5fb0c3fea1918b535524 100644 --- a/oauth2.zig +++ b/oauth2.zig @@ -96,7 +96,7 @@ pub const providers = struct { .color = "#1877F2", }; pub var github = Provider{ - .id = "github.com", + .id = "github", .authorize_url = "https://github.com/login/oauth/authorize", .token_url = "https://github.com/login/oauth/access_token", .me_url = "https://api.github.com/user",