Attempt to hide password on entering it
This commit is contained in:
parent
2bab8d9357
commit
eea101872b
1 changed files with 3 additions and 2 deletions
|
@ -869,8 +869,9 @@ class PlexAPI():
|
||||||
self.logMsg('Asking for users PIN', 1)
|
self.logMsg('Asking for users PIN', 1)
|
||||||
pin = dialog.input(
|
pin = dialog.input(
|
||||||
string(39307) + selected_user,
|
string(39307) + selected_user,
|
||||||
type=xbmcgui.INPUT_NUMERIC,
|
'',
|
||||||
option=xbmcgui.ALPHANUM_HIDE_INPUT)
|
xbmcgui.INPUT_NUMERIC,
|
||||||
|
xbmcgui.ALPHANUM_HIDE_INPUT)
|
||||||
# User chose to cancel
|
# User chose to cancel
|
||||||
# Plex bug: don't call url for protected user with empty PIN
|
# Plex bug: don't call url for protected user with empty PIN
|
||||||
if not pin:
|
if not pin:
|
||||||
|
|
Loading…
Reference in a new issue