mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
Do not show launch unless starts with HTTP
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
get
|
||||
{
|
||||
if(!ShowUri)
|
||||
if(!ShowUri || !Uri.StartsWith("http"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user