mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
removed duplicate Url set that avoided null check
This commit is contained in:
@@ -398,7 +398,6 @@ namespace Bit.iOS.Extension
|
|||||||
_context.Url = new Uri(url);
|
_context.Url = new Uri(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
_context.Url = new Uri(url);
|
|
||||||
_context.SiteTitle = title;
|
_context.SiteTitle = title;
|
||||||
_context.Username = username;
|
_context.Username = username;
|
||||||
_context.Password = password;
|
_context.Password = password;
|
||||||
|
|||||||
Reference in New Issue
Block a user