mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # prisma/schema.prisma
This commit is contained in:
@@ -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("/")
|
||||
|
||||
Reference in New Issue
Block a user