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

Move FormData to CredentialsType and change type name.

This type was in conflict with ts's formdata.
parent 275acc6b
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.
export type CredentialsType = {
username: string;
password: string;
};
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