Add titles to account stuff

This commit is contained in:
2026-01-30 19:14:47 -07:00
parent 567dd14858
commit a010e4ed81
3 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ export default function AccountLoginPage () {
const router = useRouter()
useEffect(() => {
document.title = 'Lncvrt Games - Account Login'
const token = getCookie('accountToken', '-1')
if (token !== '-1') {
router.push('/account')