UPDATE: Improved chat functionality and cleaned up code
This commit is contained in:
@@ -16,6 +16,9 @@ url = getenv("HOMEPAGE_URL")
|
||||
|
||||
|
||||
def init_oauth(app):
|
||||
"""
|
||||
Initialise the OAuth functionality.
|
||||
"""
|
||||
oauth = OAuth(app)
|
||||
global google
|
||||
google = oauth.register(
|
||||
|
||||
Reference in New Issue
Block a user