mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-27 06:47:31 +03:00
docs: remove mentions of logoUrl (#1473)
* 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>
This commit is contained in:
parent
728fdd6875
commit
799ff1d8d0
@ -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.
|
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">
|
<Tabs groupId="js-ts">
|
||||||
<TabItem value="js" label="JavaScript">
|
<TabItem value="js" label="JavaScript">
|
||||||
@ -334,12 +334,10 @@ Wasp provides sign-in buttons, logos and URLs for each of the supported social l
|
|||||||
import {
|
import {
|
||||||
SignInButton as GoogleSignInButton,
|
SignInButton as GoogleSignInButton,
|
||||||
signInUrl as googleSignInUrl,
|
signInUrl as googleSignInUrl,
|
||||||
logoUrl as googleLogoUrl,
|
|
||||||
} from '@wasp/auth/helpers/Google'
|
} from '@wasp/auth/helpers/Google'
|
||||||
import {
|
import {
|
||||||
SignInButton as GitHubSignInButton,
|
SignInButton as GitHubSignInButton,
|
||||||
signInUrl as gitHubSignInUrl,
|
signInUrl as gitHubSignInUrl,
|
||||||
logoUrl as gitHubLogoUrl,
|
|
||||||
} from '@wasp/auth/helpers/GitHub'
|
} from '@wasp/auth/helpers/GitHub'
|
||||||
|
|
||||||
export const LoginPage = () => {
|
export const LoginPage = () => {
|
||||||
@ -362,12 +360,10 @@ export const LoginPage = () => {
|
|||||||
import {
|
import {
|
||||||
SignInButton as GoogleSignInButton,
|
SignInButton as GoogleSignInButton,
|
||||||
signInUrl as googleSignInUrl,
|
signInUrl as googleSignInUrl,
|
||||||
logoUrl as googleLogoUrl,
|
|
||||||
} from '@wasp/auth/helpers/Google'
|
} from '@wasp/auth/helpers/Google'
|
||||||
import {
|
import {
|
||||||
SignInButton as GitHubSignInButton,
|
SignInButton as GitHubSignInButton,
|
||||||
signInUrl as gitHubSignInUrl,
|
signInUrl as gitHubSignInUrl,
|
||||||
logoUrl as gitHubLogoUrl,
|
|
||||||
} from '@wasp/auth/helpers/GitHub'
|
} from '@wasp/auth/helpers/GitHub'
|
||||||
|
|
||||||
export const LoginPage = () => {
|
export const LoginPage = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user