diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-08 03:46:07 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-08 20:10:14 +0200 |
commit | 85e61a7d05d2617bb1a003fdfe756f5e56520b89 (patch) | |
tree | 661213adee7847e75767d3d6bd52b5f38c74e17c /branding/config | |
parent | a0e67fe3feb5b3a2d6d0f8e5f33ff96007955b17 (diff) |
[feat] expose allowEmptyPass flag for provider config
Diffstat (limited to 'branding/config')
-rw-r--r-- | branding/config/vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index 3657c2b..b519cf8 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -71,6 +71,7 @@ name = demolib applicationName = DemoLib binaryName = demo-lib auth = sip +authEmptyPass = true providerURL = vpnlib.bitmask.net apiURL = https://api.vpnlib.bitmask.net:4430/ |