Agent Key Card.

This commit is contained in:
charles-gauthereau
2024-12-17 19:14:18 +01:00
parent 4f12a2b078
commit 0b644f7987
7 changed files with 58 additions and 24 deletions
-2
View File
@@ -18,8 +18,6 @@ export const signInAction = async (type: string, formData?: any) => {
email: formData.email
});
} catch (error) {
// const signInError = error as CredentialsSignin
console.error(error);
return {error: "Error loging in, please try again or check your credentials !"};
}
redirect("/")