Skip to content

Commit 54e05a5

Browse files
committed
fix: fix build error
1 parent 7b96a1b commit 54e05a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apis/authApis.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const signUp = async ({ name, nickName, phone, email, password }: SignUpP
4343
if (error) {
4444
throw error;
4545
}
46+
return data;
47+
};
4648

4749
export const recoveryPasswd = async (email: string) => {
4850
const { data, error } = await supabase.auth.resetPasswordForEmail(email);

0 commit comments

Comments
 (0)