feat: create fetchPostSignin function for handling signin API requests
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use server';
|
'use server';
|
||||||
|
|
||||||
import { setAccessToken, setRefreshToken } from '@/lib/cookies';
|
import { setAccessToken, setRefreshToken } from '@/lib/cookies';
|
||||||
import { fetchPostSignin } from '../_http/signin-http';
|
import { fetchPostSignin } from '../_http/fetch-post-signin';
|
||||||
import {
|
import {
|
||||||
type SignInValidationType,
|
type SignInValidationType,
|
||||||
signInValidationSchema,
|
signInValidationSchema,
|
||||||
|
|||||||
Reference in New Issue
Block a user