mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Allow custom redirect uri with Facebook notifier
This commit is contained in:
parent
01791eac52
commit
b24e9a2185
4 changed files with 29 additions and 33 deletions
|
@ -1312,7 +1312,7 @@ class WebInterface(object):
|
|||
result = facebook._get_credentials(code)
|
||||
# logger.info(u"result: " + str(result))
|
||||
if result:
|
||||
return "Key verification successful, you may close this page now."
|
||||
return "Key verification successful, PlexPy can send notification to Facebook. You may close this page now."
|
||||
else:
|
||||
return "Unable to verify key"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue