mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
handle iOS apps that don't specify a url properly
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
public static class Constants
|
||||
{
|
||||
public const string AndroidAppProtocol = "androidapp://";
|
||||
public const string iOSAppProtocol = "iosapp://";
|
||||
|
||||
public const string SettingFingerprintUnlockOn = "setting:fingerprintUnlockOn";
|
||||
public const string SettingPinUnlockOn = "setting:pinUnlockOn";
|
||||
|
||||
Reference in New Issue
Block a user