diff --git a/templates/nextcloud-config.yaml b/templates/nextcloud-config.yaml
index 891b507c65f93cc72f25041516fb814568377710..0854b3e72f8338e2d05854f20d2e9c62ff97d233 100644
--- a/templates/nextcloud-config.yaml
+++ b/templates/nextcloud-config.yaml
@@ -31,7 +31,6 @@ data:
     set -ev
     # Debug: place the json file in a persistent location for reuse
     cp /var/local/onlyoffice-config.json /var/www/html/
-    cp /var/local/social-login-config.json /var/www/html/
     occ="/var/www/html/occ"
     # Enable app store so we can run `install` and `enable` commands
     php $occ config:system:set appstoreenabled --type boolean --value true