mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-29 17:28:33 +01:00
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
|
||||
{
|
||||
if(!ShowUri)
|
||||
if(!ShowUri || !Uri.StartsWith("http"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user