Browse Source

add automaticLinkedUrlSchemes

Christian Hillebrand 4 years ago
parent
commit
c1f52a5e5a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      client/components/settings/settingBody.js

+ 4 - 0
client/components/settings/settingBody.js

@@ -176,6 +176,9 @@ BlazeComponent.extendComponent({
     const textBelowCustomLoginLogo = $('#text-below-custom-login-logo')
     const textBelowCustomLoginLogo = $('#text-below-custom-login-logo')
       .val()
       .val()
       .trim();
       .trim();
+    const automaticLinkedUrlSchemes = $('#automatic-linked-url-schemes')
+      .val()
+      .trim();
     const customTopLeftCornerLogoImageUrl = $(
     const customTopLeftCornerLogoImageUrl = $(
       '#custom-top-left-corner-logo-image-url',
       '#custom-top-left-corner-logo-image-url',
     )
     )
@@ -209,6 +212,7 @@ BlazeComponent.extendComponent({
           customTopLeftCornerLogoHeight,
           customTopLeftCornerLogoHeight,
           displayAuthenticationMethod,
           displayAuthenticationMethod,
           defaultAuthenticationMethod,
           defaultAuthenticationMethod,
+          automaticLinkedUrlSchemes,
         },
         },
       });
       });
     } catch (e) {
     } catch (e) {