diff options
-rw-r--r-- | roles/taiga/templates/conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taiga/templates/conf.json b/roles/taiga/templates/conf.json index 25e70d4b6..bc22d4def 100644 --- a/roles/taiga/templates/conf.json +++ b/roles/taiga/templates/conf.json @@ -7,6 +7,6 @@ "privacyPolicyUrl": null, "termsOfServiceUrl": null, "maxUploadFileSize": null, - "contribPlugins": ["js/fas_openid_auth.js"], + "contribPlugins": ["/js/fas_openid_auth.js"], "debugInfo": false } |