mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix(auth): remove callback URL from email sign-in process on home page
This commit is contained in:
@@ -81,7 +81,6 @@ export default function Home({ IS_CLOUD }: Props) {
|
||||
const { data, error } = await authClient.signIn.email({
|
||||
email: values.email,
|
||||
password: values.password,
|
||||
callbackURL: "/dashboard/projects",
|
||||
});
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user