From 69fdd94be4056437496d0ea279e159bec570969b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 20 Jul 2021 16:44:44 +0200 Subject: [PATCH] Fix linting --- backend/src/config/links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/config/links.js b/backend/src/config/links.js index 55cc72d4d..fae5ea87e 100644 --- a/backend/src/config/links.js +++ b/backend/src/config/links.js @@ -2,7 +2,7 @@ export default { LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social' SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support'. set a full URL please, because it is used in e-mails as well! - + // on null or empty strings internal pages are used, see 'webapp/locales/html/' // you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ ORGANIZATION: 'https://ocelot.social',