mirror of
https://github.com/bitwarden/android.git
synced 2025-03-07 06:55:56 +03:00
removed duplicate Url set that avoided null check
This commit is contained in:
parent
65abb1dfaa
commit
2e883c2050
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue