From 03d7e0231f243d5b46f41d8dfc4c25f85f0328a5 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 14 Dec 2021 15:01:10 +0100 Subject: [PATCH] link to github support page --- frontend/src/main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/main.js b/frontend/src/main.js index fe50f5526..edc9e575e 100755 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -31,7 +31,10 @@ loadAllRules(i18n) addNavigationGuards(router, store, apolloProvider.defaultClient) if (!store) { - setTimeout(window.location.assign('https://gradido.net/'), 5000) + setTimeout( + window.location.assign('https://github.com/gradido/gradido/tree/master/support#cookies'), + 5000, + ) } /* eslint-disable no-new */