We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96a1b commit 54e05a5Copy full SHA for 54e05a5
src/apis/authApis.ts
@@ -43,6 +43,8 @@ export const signUp = async ({ name, nickName, phone, email, password }: SignUpP
43
if (error) {
44
throw error;
45
}
46
+ return data;
47
+};
48
49
export const recoveryPasswd = async (email: string) => {
50
const { data, error } = await supabase.auth.resetPasswordForEmail(email);
0 commit comments