mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
Do not process hostname for regex logins (#987)
This commit is contained in:
parent
a458b9bc88
commit
ff994629de
@ -67,6 +67,10 @@ namespace Bit.Core.Models.View
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Match == UriMatchType.RegularExpression)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
if (_hostname == null && Uri != null)
|
||||
{
|
||||
_hostname = CoreHelpers.GetHostname(Uri);
|
||||
|
Loading…
Reference in New Issue
Block a user