Always close mobile device QR modal on successful registration

This commit is contained in:
JonnyWong16 2020-10-12 11:54:36 -07:00
parent a39c6c1047
commit 7914f56ec3
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 3 additions and 3 deletions

View file

@ -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,