From fd60720bdadf610c668887616289b0b6509d2187 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 31 May 2023 01:24:39 -0700 Subject: [PATCH] rename 'github' provider to 'github.com' --- src/lib.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.54.0