updated service binders updated

This commit is contained in:
2025-05-03 23:35:03 +03:00
parent ac8c3fe1c3
commit 01f3e82a54
82 changed files with 735 additions and 3371 deletions

View File

@@ -3,7 +3,7 @@ import { useState, useTransition } from "react";
import { useRouter } from "next/navigation";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import { loginViaAccessKeys } from "@/apicalls/login/login";
import { loginViaAccessKeys } from "@/apicalls/login/endpoints";
import { z } from "zod";
const loginSchema = z.object({
@@ -53,8 +53,8 @@ function Login() {
}
return dataResponse;
})
.catch(() => {});
} catch (error) {}
.catch(() => { });
} catch (error) { }
});
} catch (error) {
console.error("Login error:", error);