Skip to content

Commit

Permalink
docs: remove mentions of logoUrl (#1473)
Browse files Browse the repository at this point in the history
* Add streaming text example

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Updated diagram to be visible on dark mode (#1456)

Added white background so the diagram in docs is visible also in dark background.

* Update .gitattributes to not look at haskell files

* docs: remove mentions of logoUrl

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Boris Martinovic <boris@martinovic.dev>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
  • Loading branch information
4 people committed Oct 12, 2023
1 parent 728fdd6 commit 799ff1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/docs/auth/social-auth/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ If you're looking for the fastest way to get your auth up and running, that's wh
The UI helpers described below are lower-level and are useful for creating your custom forms.
:::

Wasp provides sign-in buttons, logos and URLs for each of the supported social login providers.
Wasp provides sign-in buttons and URLs for each of the supported social login providers.

<Tabs groupId="js-ts">
<TabItem value="js" label="JavaScript">
Expand All @@ -334,12 +334,10 @@ Wasp provides sign-in buttons, logos and URLs for each of the supported social l
import {
SignInButton as GoogleSignInButton,
signInUrl as googleSignInUrl,
logoUrl as googleLogoUrl,
} from '@wasp/auth/helpers/Google'
import {
SignInButton as GitHubSignInButton,
signInUrl as gitHubSignInUrl,
logoUrl as gitHubLogoUrl,
} from '@wasp/auth/helpers/GitHub'

export const LoginPage = () => {
Expand All @@ -362,12 +360,10 @@ export const LoginPage = () => {
import {
SignInButton as GoogleSignInButton,
signInUrl as googleSignInUrl,
logoUrl as googleLogoUrl,
} from '@wasp/auth/helpers/Google'
import {
SignInButton as GitHubSignInButton,
signInUrl as gitHubSignInUrl,
logoUrl as gitHubLogoUrl,
} from '@wasp/auth/helpers/GitHub'

export const LoginPage = () => {
Expand Down

0 comments on commit 799ff1d

Please sign in to comment.