mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +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.SiteTitle = title;
|
||||
_context.Username = username;
|
||||
_context.Password = password;
|
||||
|
||||
Reference in New Issue
Block a user