Add login tip to report page for logged out users
This commit is contained in:
parent
2e4150ff41
commit
57b5ab2962
@ -287,6 +287,12 @@ export default function () {
|
||||
<>
|
||||
<Container maxW="container.md" pt="4vh" textAlign="start">
|
||||
<Heading mb="4vh">Report an Exploiter</Heading>
|
||||
{logged_in ? null : (
|
||||
<Text>
|
||||
Tip: Log in before submitting this report to have it appear on your
|
||||
data page.
|
||||
</Text>
|
||||
)}
|
||||
<br />
|
||||
<FormControl isRequired>
|
||||
<FormLabel htmlFor="usernames">
|
||||
|
Loading…
x
Reference in New Issue
Block a user