|
|
@@ -27,7 +27,7 @@ def requires_login(f):
|
|
|
return decorated_function
|
|
|
|
|
|
|
|
|
-@ocb.route('/login')
|
|
|
+@ocb.route('/login') # Remove this comment
|
|
|
def login(): # Verify the streamer using indieauth, to their owncast instance
|
|
|
code_verifier, code_challenge = pkce.generate_pkce_pair() # Generate a code verifier and code challenge
|
|
|
global state_value
|