Installed zod, because I somehow didin't have to do that locally
Some checks failed
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 41s
Build Backend and Frontend / Build Frontend (push) Failing after 10s

- Also use v4
This commit is contained in:
Simon Lübeß
2025-05-23 16:04:53 +02:00
parent a2608eac5b
commit ae5096bacd
4 changed files with 27 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import {useState, useRef, useEffect} from 'react';
import useLoginToken from "../Hooks/useLoginToken.tsx";
import { z } from 'zod';
import { z } from 'zod/v4';
function SessionActive({stopSession} : {stopSession: () => void})
{