Skip to content

Commit

Permalink
Update redirect to /cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
anatheka authored Jul 18, 2023
1 parent ba29b70 commit f2010cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/public/certificates/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export async function load({ params, fetch, context }) {
};
})
.catch(() => {
redirectLogin('/public/certificates');
redirectLogin('/cloud');
});
}

0 comments on commit f2010cc

Please sign in to comment.