Skip to content
Snippets Groups Projects
Verified Commit c5e760e6 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Rename funcitonname to match filename.

parent 846a179b
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!44New route type (RestrictedRoute) and better api calls.
import axios from 'axios';
import { CredentialsType } from './CredentialsType';
export const fetchCookie = async (
export const postCredentials = async (
values: CredentialsType,
cookie: React.Dispatch<React.SetStateAction<string>>,
): Promise<unknown> => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment