diff --git a/src/components/molecules/auth/OAuth2SignOptions.svelte b/src/components/molecules/auth/OAuth2SignOptions.svelte index 5c68eddf..65bde3bf 100644 --- a/src/components/molecules/auth/OAuth2SignOptions.svelte +++ b/src/components/molecules/auth/OAuth2SignOptions.svelte @@ -5,13 +5,15 @@ import { createEventDispatcher } from 'svelte'; const dispatch = createEventDispatcher(); + + export let labelKey: string = 'SIGNIN_MORE_OPTIONS';

- +