authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-31 01:24:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-31 01:24:39 -07:00
logfd60720bdadf610c668887616289b0b6509d2187
tree8f6f3106e75232ced94c97b1cba46d07ae0eb437
parent27c2b45b88e1c90b4048506e9ab915b9440d625a

rename 'github' provider to 'github.com'


1 files changed, 1 insertions(+), 1 deletions(-)

src/lib.zig+1-1
...@@ -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",