Skip to content

Commit 799ff1d

Browse files
gmirzayevinfomihomartinovicdevMartinsos
committed
docs: remove mentions of logoUrl (#1473)
* Add streaming text example Signed-off-by: Mihovil Ilakovac <[email protected]> * 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 <[email protected]> Co-authored-by: Mihovil Ilakovac <[email protected]> Co-authored-by: Boris Martinovic <[email protected]> Co-authored-by: Martin Šošić <[email protected]>
1 parent 728fdd6 commit 799ff1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/docs/auth/social-auth/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ If you're looking for the fastest way to get your auth up and running, that's wh
325325
The UI helpers described below are lower-level and are useful for creating your custom forms.
326326
:::
327327

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

330330
<Tabs groupId="js-ts">
331331
<TabItem value="js" label="JavaScript">
@@ -334,12 +334,10 @@ Wasp provides sign-in buttons, logos and URLs for each of the supported social l
334334
import {
335335
SignInButton as GoogleSignInButton,
336336
signInUrl as googleSignInUrl,
337-
logoUrl as googleLogoUrl,
338337
} from '@wasp/auth/helpers/Google'
339338
import {
340339
SignInButton as GitHubSignInButton,
341340
signInUrl as gitHubSignInUrl,
342-
logoUrl as gitHubLogoUrl,
343341
} from '@wasp/auth/helpers/GitHub'
344342

345343
export const LoginPage = () => {
@@ -362,12 +360,10 @@ export const LoginPage = () => {
362360
import {
363361
SignInButton as GoogleSignInButton,
364362
signInUrl as googleSignInUrl,
365-
logoUrl as googleLogoUrl,
366363
} from '@wasp/auth/helpers/Google'
367364
import {
368365
SignInButton as GitHubSignInButton,
369366
signInUrl as gitHubSignInUrl,
370-
logoUrl as gitHubLogoUrl,
371367
} from '@wasp/auth/helpers/GitHub'
372368

373369
export const LoginPage = () => {

0 commit comments

Comments
 (0)