Native Яндекс

This commit is contained in:
2026-05-21 22:57:53 +03:00
parent d3eac81660
commit 99cb410919

View File

@@ -80,7 +80,7 @@ class YandexSignInService @Inject constructor(
return
}
synchronized(this) { pending = onResult }
l.launch(YandexAuthLoginOptions(LoginType.WEBVIEW))
l.launch(YandexAuthLoginOptions(LoginType.NATIVE))
}
private fun mapYandexResult(result: YandexAuthResult): VaultLinkOutcome = when (result) {