mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 20:54:58 -05:00
[PM-32123] feat: Propagate informative cookie redirect error message (#6622)
This commit is contained in:
@@ -13,4 +13,6 @@ import java.io.IOException
|
||||
*/
|
||||
class CookieRedirectException(
|
||||
val hostname: String,
|
||||
) : IOException("HTTP 302 redirect detected for $hostname.")
|
||||
) : IOException(
|
||||
"Your request was interrupted because the app needed to re-authenticate. Please try again.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user