mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Disabled use auth info username as SSO login by default
This commit is contained in:
parent
807a36b54c
commit
d02ca882bd
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ class CorePreferences @UiThread constructor(private val context: Context) {
|
|||
|
||||
@get:WorkerThread
|
||||
val useUsernameAsSingleSignOnLoginHint: Boolean
|
||||
get() = config.getBool("ui", "use_username_as_sso_login_hint", true)
|
||||
get() = config.getBool("ui", "use_username_as_sso_login_hint", false)
|
||||
|
||||
@get:WorkerThread
|
||||
val thirdPartySipAccountDefaultTransport: String
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue