I hate authentication

This commit is contained in:
2025-01-30 17:00:22 -05:00
parent 9ae4311b2e
commit 782384cad6
11 changed files with 72 additions and 27 deletions

View File

@@ -70,12 +70,14 @@ export default async function AccountsTable( props: any ) {
<tr key={item.uuid}>
<td className="whitespace-wrap flex items-center py-4 pl-4 pr-3 text-xs font-medium text-gray-900 ">
<Link href={`/UserProfile/${item.uuid}`}><span className="pl-2"> {item.first_name}</span></Link>
<Link href={`/UserProfile/${item.id}`}><span className="pl-2"> {item.email}</span></Link>
</td>
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
{item.first_name}
</td>
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
{item.last_name}
</td>
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
<button