mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
[KnownUsernameField] Entries update (Top 20 JP enhancement) (#1051)
This adds support for alternative access for NTT DOCOMO (KnownUsernameField > Top 20 Japan).
This commit is contained in:
parent
c7cf634a94
commit
523e713d7a
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ namespace Bit.Droid.Accessibility
|
|||
|
||||
// NTT DOCOMO ——— mainly used for "My docomo".
|
||||
new KnownUsernameField("cfg.smt.docomo.ne.jp", new (string, string)[] { ("contains:/auth/", "Di_Uid") }),
|
||||
new KnownUsernameField("id.smt.docomo.ne.jp", new (string, string)[] { ("contains:/cgi7/", "Di_Uid") }),
|
||||
|
||||
/**************************************************************************************
|
||||
* SECTION D ——— Miscellaneous
|
||||
|
|
Loading…
Reference in a new issue