Wait until all ajax calls are finished to get reconnect after session commit.
This commit is contained in:
parent
bc400a4759
commit
1e1f32a5a1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class AutoWizard extends App.WizardFullScreen
|
|||
delay = =>
|
||||
App.Auth.loginCheck()
|
||||
@navigate '#'
|
||||
@delay(delay, 800)
|
||||
@delay(delay, 1200)
|
||||
return
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue