mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-22 02:11:25 +01:00
removed duplicate Url set that avoided null check
This commit is contained in:
parent
65abb1dfaa
commit
2e883c2050
@ -398,7 +398,6 @@ namespace Bit.iOS.Extension
|
||||
_context.Url = new Uri(url);
|
||||
}
|
||||
|
||||
_context.Url = new Uri(url);
|
||||
_context.SiteTitle = title;
|
||||
_context.Username = username;
|
||||
_context.Password = password;
|
||||
|
Loading…
Reference in New Issue
Block a user