Minor redirect updates

This commit is contained in:
2025-01-26 19:06:17 -06:00
parent 04f9b0c117
commit 334dbe7476
+1 -1
View File
@@ -46,7 +46,7 @@ export const load: ServerLoad = async ({ request, url }) => {
// Handle malformed URL or other errors
throw error(400, 'Invalid redirect domain!');
}
redirect(302, redirectWithToken.toString());
redirect(301, redirectWithToken.toString());
}
}
}