This commit is contained in:
rca 2024-06-18 02:37:31 +09:00
parent d844a28cf4
commit 0c1a546596

View File

@ -10,7 +10,7 @@ async function registUser(email: string, password: string): Promise<String> {
data: { data: {
email, email,
password: hashedPassword, password: hashedPassword,
name: email, display_name: email,
} }
}); });