1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

Do not show launch unless starts with HTTP

This commit is contained in:
Kyle Spearrin 2017-06-08 15:43:01 -04:00
parent 72b18eadf3
commit 6a03c3e77d

View File

@ -114,7 +114,7 @@ namespace Bit.App.Models.Page
{ {
get get
{ {
if(!ShowUri) if(!ShowUri || !Uri.StartsWith("http"))
{ {
return false; return false;
} }