We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a23a51 + bfbfd2d commit 20782bdCopy full SHA for 20782bd
authenticator/adapters/login/loginmanager.py
@@ -4,4 +4,4 @@
4
class loginManager(object):
5
6
def __init__(self, app):
7
- self.auth = OAuth(app)
+ self.auth = OAuth(app)
authenticator/config.ini
@@ -11,4 +11,4 @@ client_secret = jPbO8Hxm20DkefDqmD4EyhCs
11
12
[github-oauth]
13
client_id = 147d2cadb82f19a22ab9
14
-client_secret = 7f8b6dcd2fa7272698b3cd4906c0d537baa23382
+client_secret = 7f8b6dcd2fa7272698b3cd4906c0d537baa23382
0 commit comments