diff --git a/src/routes/register/+page.server.ts b/src/routes/register/+page.server.ts index 4d07e76d..53d9f31f 100644 --- a/src/routes/register/+page.server.ts +++ b/src/routes/register/+page.server.ts @@ -61,7 +61,7 @@ export const actions = { error(err.status, err.message); } - redirect(301, "/"); + redirect(301, "/profile"); }, oauth2: async ({ url, locals, request, cookies }) => { diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte index 9ea0f115..0519b027 100644 --- a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte @@ -1,6 +1,5 @@