1
0
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:
Kyle Spearrin 2016-11-08 00:07:19 -05:00
parent 65abb1dfaa
commit 2e883c2050

View File

@ -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;