From f2010ccd20ec95f0198ccf7451122ecb28ea4cef Mon Sep 17 00:00:00 2001 From: Angelika Schneider Date: Tue, 18 Jul 2023 09:29:29 +0200 Subject: [PATCH] Update redirect to /cloud --- src/routes/public/certificates/+page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/public/certificates/+page.ts b/src/routes/public/certificates/+page.ts index 50e2b3a..2d9e1e8 100644 --- a/src/routes/public/certificates/+page.ts +++ b/src/routes/public/certificates/+page.ts @@ -12,6 +12,6 @@ export async function load({ params, fetch, context }) { }; }) .catch(() => { - redirectLogin('/public/certificates'); + redirectLogin('/cloud'); }); }