Commit 8049507e authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Adds a delay before the SAML login request.

parent 47d0275e
......@@ -331,6 +331,7 @@ class LoginPresenter @Inject constructor(
client.loginWithCas(credentialToken)
}
TYPE_LOGIN_SAML -> {
delay(3, TimeUnit.SECONDS)
client.loginWithSaml(credentialToken)
}
TYPE_LOGIN_OAUTH -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment