Browse Source

Maintenance: Improve handling of basic authentication in Exchange integration.

Florian Liebe 1 year ago
parent
commit
1730d0d8df

+ 1 - 1
app/assets/javascripts/app/controllers/_integration/exchange.coffee

@@ -363,7 +363,7 @@ class ConnectionWizard extends App.ControllerWizardModal
     @wizardConfig.endpoint           = params.endpoint
     @wizardConfig.disable_ssl_verify = params.disable_ssl_verify
 
-    if params.authentication_method is 'basic'
+    if @wizardConfig.auth_type is 'basic'
       @wizardConfig.user      = params.user
       @wizardConfig.password  = params.password