mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 03:21:29 -05:00
Bug: Support translations for Cookie Acquisition error (#6917)
This commit is contained in:
@@ -75,6 +75,8 @@ object PlatformNetworkModule {
|
||||
override fun getPrivateKey(alias: String?): PrivateKey? = null
|
||||
},
|
||||
cookieProvider = object : CookieProvider {
|
||||
override val errorMessageString: String get() = "Error"
|
||||
|
||||
override fun needsBootstrap(hostname: String): Boolean = false
|
||||
|
||||
override fun getCookies(hostname: String): List<NetworkCookie> = emptyList()
|
||||
|
||||
Reference in New Issue
Block a user