Oops
This commit is contained in:
@@ -15,7 +15,7 @@ export default function BerryDashSplash () {
|
||||
const router = useRouter()
|
||||
|
||||
useEffect(() => {
|
||||
document.title = 'Lncvrt Games - Reset Account Password'
|
||||
document.title = 'Lncvrt Games - Berry Dash Splash Text Submition'
|
||||
|
||||
const token = getCookie('accountToken', '-1')
|
||||
if (token === '-1') {
|
||||
@@ -32,7 +32,7 @@ export default function BerryDashSplash () {
|
||||
? 'Loading...'
|
||||
: result == -1
|
||||
? 'Verify you are human to submit a splash text'
|
||||
: 'Lncvrt Games Splash Text Submition'}
|
||||
: 'Berry Dash Splash Text Submition'}
|
||||
</p>
|
||||
{!loading && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user