mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-16 21:04:03 +03:00
Add missing action param
This commit is contained in:
parent
c53e36513a
commit
efe9832444
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ import org.matrix.android.sdk.api.auth.registration.FlowResult
|
||||||
import org.matrix.android.sdk.api.auth.registration.Stage
|
import org.matrix.android.sdk.api.auth.registration.Stage
|
||||||
import org.matrix.android.sdk.api.auth.toLocalizedLoginTerms
|
import org.matrix.android.sdk.api.auth.toLocalizedLoginTerms
|
||||||
import org.matrix.android.sdk.api.extensions.tryOrNull
|
import org.matrix.android.sdk.api.extensions.tryOrNull
|
||||||
|
import org.matrix.android.sdk.internal.auth.SSOAction
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The LoginActivity manages the fragment navigation and also display the loading View.
|
* The LoginActivity manages the fragment navigation and also display the loading View.
|
||||||
|
@ -299,6 +300,7 @@ open class LoginActivity : VectorBaseActivity<ActivityLoginBinding>(), UnlockedA
|
||||||
redirectUrl = SSORedirectRouterActivity.VECTOR_REDIRECT_URL,
|
redirectUrl = SSORedirectRouterActivity.VECTOR_REDIRECT_URL,
|
||||||
deviceId = state.deviceId,
|
deviceId = state.deviceId,
|
||||||
providerId = null,
|
providerId = null,
|
||||||
|
action = SSOAction.login
|
||||||
)?.let { ssoUrl ->
|
)?.let { ssoUrl ->
|
||||||
openUrlInChromeCustomTab(this, null, ssoUrl)
|
openUrlInChromeCustomTab(this, null, ssoUrl)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue