Initial commit
This commit is contained in:
13
pages/report.page.server.tsx
Normal file
13
pages/report.page.server.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export async function onBeforeRender(pageContext: PageContext) {
|
||||
return {
|
||||
pageContext: {
|
||||
pageProps: {
|
||||
logged_in: Boolean(pageContext.current_user),
|
||||
},
|
||||
status: pageContext.current_user ? 200 : 401,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
export const description = "Found a cheater in Car Crushers 2? Report them here.";
|
||||
export const title = "Report - Car Crushers";
|
||||
Reference in New Issue
Block a user