Don't show pre-signin window
This commit is contained in:
parent
dbe0339b71
commit
3045ecbccd
1 changed files with 0 additions and 7 deletions
|
@ -338,13 +338,6 @@ def _authorize():
|
||||||
|
|
||||||
back = signin.Background.create()
|
back = signin.Background.create()
|
||||||
|
|
||||||
pre = signin.PreSignInWindow.open()
|
|
||||||
try:
|
|
||||||
if not pre.doSignin:
|
|
||||||
return None
|
|
||||||
finally:
|
|
||||||
del pre
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
pinLoginWindow = signin.PinLoginWindow.create()
|
pinLoginWindow = signin.PinLoginWindow.create()
|
||||||
|
|
Loading…
Reference in a new issue