Explorar o código

add automaticLinkedUrlSchemes

Christian Hillebrand %!s(int64=4) %!d(string=hai) anos
pai
achega
c1f52a5e5a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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')
       .val()
       .trim();
+    const automaticLinkedUrlSchemes = $('#automatic-linked-url-schemes')
+      .val()
+      .trim();
     const customTopLeftCornerLogoImageUrl = $(
       '#custom-top-left-corner-logo-image-url',
     )
@@ -209,6 +212,7 @@ BlazeComponent.extendComponent({
           customTopLeftCornerLogoHeight,
           displayAuthenticationMethod,
           defaultAuthenticationMethod,
+          automaticLinkedUrlSchemes,
         },
       });
     } catch (e) {