mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 10:26:49 -05:00
chore(demo): fix deployment
This commit is contained in:
@@ -34,7 +34,7 @@ export default function RegisterOAuthClient() {
|
||||
setIsSubmitting(false);
|
||||
return;
|
||||
}
|
||||
const res = await client.oauth2.registerClient({
|
||||
const res = await client.oauth2.register({
|
||||
name,
|
||||
icon: await convertImageToBase64(logo),
|
||||
redirectURLs: [redirectUri],
|
||||
|
||||
Reference in New Issue
Block a user