mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-04 17:20:19 +08:00
remove debug code
This commit is contained in:
@@ -66,13 +66,12 @@ function Signin({ providers }: SigninProps) {
|
||||
}
|
||||
}, [router]);
|
||||
|
||||
const signinWithEmail = async (data: { email: string }) => {
|
||||
const res = await signIn(email.id, {
|
||||
const signinWithEmail = (data: { email: string }) => {
|
||||
signIn(email.id, {
|
||||
callbackUrl: "/dashboard",
|
||||
email: data.email,
|
||||
captcha: captcha.current?.getResponse(),
|
||||
});
|
||||
console.log(res);
|
||||
};
|
||||
|
||||
const { colorMode } = useColorMode();
|
||||
|
||||
Reference in New Issue
Block a user