Do not show launch unless starts with HTTP
This commit is contained in:
parent
72b18eadf3
commit
6a03c3e77d
|
@ -114,7 +114,7 @@ namespace Bit.App.Models.Page
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if(!ShowUri)
|
if(!ShowUri || !Uri.StartsWith("http"))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue