show valid passkey sessions

This commit is contained in:
Max Peintner
2023-07-03 09:53:32 +02:00
parent 33e9b4027b
commit e529401ff2
2 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ type Props = {
export default function SessionsList({ sessions }: Props) {
const [list, setList] = useState<Session[]>(sessions);
console.log(sessions);
return sessions ? (
<div className="flex flex-col space-y-2">
{list