diff --git a/src/lib.zig b/src/lib.zig index 58006546a93eb2c9d86691bf6d49cbf9566142fc..fd38fdc9257babcd3e728ad4914b5abc093706ea 100644 --- a/src/lib.zig +++ b/src/lib.zig @@ -84,7 +84,7 @@ pub const providers = struct { .color = "#1877F2", }; pub var github = Provider{ - .id = "github", + .id = "github.com", .authorize_url = "https://github.com/login/oauth/authorize", .token_url = "https://github.com/login/oauth/access_token", .me_url = "https://api.github.com/user",