const mutation = api.auth.addaccount.useMutation();
const handleLogin = async (email: string, password: string) => {
await mutation({ email: email, password: password });
}; const mutation = api.auth.addaccount.useMutation();
const handleLogin = async (email: string, password: string) => {
await mutation({ email: email, password: password });
};Join the Discord to continue the conversation