mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
BIT-927: Add missing 'Host' URI detection type (#231)
This commit is contained in:
parent
9d924e3312
commit
3136c686b2
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ data class AutoFillState(
|
|||
enum class UriDetectionMethod(val text: Text) {
|
||||
DEFAULT(text = R.string.default_text.asText()),
|
||||
BASE_DOMAIN(text = R.string.base_domain.asText()),
|
||||
HOST(text = R.string.host.asText()),
|
||||
STARTS_WITH(text = R.string.starts_with.asText()),
|
||||
REGULAR_EXPRESSION(text = R.string.reg_ex.asText()),
|
||||
EXACT(text = R.string.exact.asText()),
|
||||
|
|
Loading…
Add table
Reference in a new issue