minor change

This commit is contained in:
daniel31x13 2023-11-06 10:54:39 -05:00
parent 9bee9b8ae4
commit 6f5245cbc4
3 changed files with 8 additions and 3 deletions

View File

@ -62,7 +62,12 @@ export default async function verifySubscription(
}
if (!active) {
return null;
if (user.username)
// await prisma.user.update({
// where: { id: user.id },
// data: { username: null },
// });
return null;
}
}

View File

@ -261,7 +261,7 @@ export default function Dashboard() {
title="JSON File"
className="flex items-center gap-2 py-1 px-2 hover:bg-slate-200 hover:dark:bg-neutral-700 duration-100 cursor-pointer"
>
Linkwarden...
Linkwarden File...
<input
type="file"
name="photo"

View File

@ -269,7 +269,7 @@ export default function Account() {
title="JSON File"
className="flex items-center gap-2 py-1 px-2 hover:bg-slate-200 hover:dark:bg-neutral-700 duration-100 cursor-pointer"
>
Linkwarden...
Linkwarden File...
<input
type="file"
name="photo"