From b36a1b83c8fb062d348659fd1817a668fae7054c Mon Sep 17 00:00:00 2001 From: Anthony DePasquale Date: Sat, 12 Apr 2025 21:19:32 +0200 Subject: [PATCH] GitHub --- .github/workflows/discord.yml | 2 +- demo/nextjs/components/sign-in.tsx | 2 +- docs/content/docs/concepts/client.mdx | 4 ++-- docs/content/docs/guides/browser-extension-guide.mdx | 2 +- docs/content/docs/integrations/nuxt.mdx | 4 ++-- docs/content/docs/integrations/svelte-kit.mdx | 4 ++-- examples/expo-example/src/app/index.tsx | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 5733adf5..42d4370e 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Github Releases To Discord + - name: GitHub Releases To Discord uses: SethCohen/github-releases-to-discord@v1.15.1 with: webhook_url: ${{ secrets.WEBHOOK_URL }} diff --git a/demo/nextjs/components/sign-in.tsx b/demo/nextjs/components/sign-in.tsx index 9a336c16..a2f7282a 100644 --- a/demo/nextjs/components/sign-in.tsx +++ b/demo/nextjs/components/sign-in.tsx @@ -149,7 +149,7 @@ export default function SignIn() { d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" > - Sign in with Github + Sign in with GitHub
{{ session.data }}
@@ -169,7 +169,7 @@ On top of normal methods, the client provides hooks to easily access different r }); }} > - Continue with github + Continue with GitHub {/if}
diff --git a/docs/content/docs/guides/browser-extension-guide.mdx b/docs/content/docs/guides/browser-extension-guide.mdx index 0bd07e67..9848024e 100644 --- a/docs/content/docs/guides/browser-extension-guide.mdx +++ b/docs/content/docs/guides/browser-extension-guide.mdx @@ -200,4 +200,4 @@ We highly recommend you visit the Plasmo d If you would like to view a completed example, you can check out the browser extension example. -If you have any questions, feel free to open an issue on our Github repo, or join our Discord server for support. \ No newline at end of file +If you have any questions, feel free to open an issue on our GitHub repo, or join our Discord server for support. \ No newline at end of file diff --git a/docs/content/docs/integrations/nuxt.mdx b/docs/content/docs/integrations/nuxt.mdx index 04511116..e839c9a6 100644 --- a/docs/content/docs/integrations/nuxt.mdx +++ b/docs/content/docs/integrations/nuxt.mdx @@ -56,7 +56,7 @@ const session = authClient.useSession()
{{ session.data }}
@@ -127,5 +127,5 @@ export default defineNuxtRouteMiddleware(async (to, from) => { ### Resources & Examples - [Nuxt and Nuxt Hub example](https://github.com/atinux/nuxthub-better-auth) on GitHub. -- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on github [preview](https://nuxt-better-auth.giessen.dev/) +- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on GitHub [preview](https://nuxt-better-auth.giessen.dev/) - [Nuxt example](https://stackblitz.com/github/better-auth/better-auth/tree/main/examples/nuxt-example) on StackBlitz. diff --git a/docs/content/docs/integrations/svelte-kit.mdx b/docs/content/docs/integrations/svelte-kit.mdx index 799bc681..a88f3be9 100644 --- a/docs/content/docs/integrations/svelte-kit.mdx +++ b/docs/content/docs/integrations/svelte-kit.mdx @@ -61,8 +61,8 @@ Some of the actions are reactive. The client use [nano-store](https://github.com }); }} > - Continue with github + Continue with GitHub {/if}
-``` \ No newline at end of file +``` diff --git a/examples/expo-example/src/app/index.tsx b/examples/expo-example/src/app/index.tsx index 3ba1fc7f..849fd2f2 100644 --- a/examples/expo-example/src/app/index.tsx +++ b/examples/expo-example/src/app/index.tsx @@ -59,7 +59,7 @@ export default function Index() { }} > - Sign In with Github + Sign In with GitHub