Skip to content

Commit 20782bd

Browse files
Add support GITHUB login Provider
2 parents 0a23a51 + bfbfd2d commit 20782bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authenticator/adapters/login/loginmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
class loginManager(object):
55

66
def __init__(self, app):
7-
self.auth = OAuth(app)
7+
self.auth = OAuth(app)

authenticator/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ client_secret = jPbO8Hxm20DkefDqmD4EyhCs
1111

1212
[github-oauth]
1313
client_id = 147d2cadb82f19a22ab9
14-
client_secret = 7f8b6dcd2fa7272698b3cd4906c0d537baa23382
14+
client_secret = 7f8b6dcd2fa7272698b3cd4906c0d537baa23382

0 commit comments

Comments
 (0)