mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 17:52:59 -07:00
Always close mobile device QR modal on successful registration
This commit is contained in:
parent
a39c6c1047
commit
7914f56ec3
2 changed files with 3 additions and 3 deletions
|
@ -440,7 +440,7 @@ class API2(object):
|
|||
self._api_msg = 'Device registration successful.'
|
||||
self._api_result_type = 'success'
|
||||
|
||||
mobile_app.set_temp_device_token(None)
|
||||
mobile_app.set_temp_device_token(True)
|
||||
|
||||
data = {
|
||||
"pms_name": plexpy.CONFIG.PMS_NAME,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue