Don't show a pre-sign-in dialog
This commit is contained in:
parent
dd62cded43
commit
e1c01b184b
1 changed files with 0 additions and 7 deletions
|
@ -237,15 +237,8 @@ def _sign_in_with_pin():
|
|||
|
||||
background.setSplash(False)
|
||||
back = signin.Background.create()
|
||||
pre = signin.PreSignInWindow.open()
|
||||
|
||||
try:
|
||||
try:
|
||||
if not pre.doSignin:
|
||||
return
|
||||
finally:
|
||||
del pre
|
||||
|
||||
while True:
|
||||
pin_login_window = signin.PinLoginWindow.create()
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue