lerman
October 2, 2020, 9:51pm
1
Hi,
I’m using auth0-spa-js to login with your hosted UI - lock(passwordless).
This UI has no tabs, there is no sign-up / log-in, and the social button’s text is “Sign up with …”
This is very confusing if I’m already signed up.
I’ve tried changing the text in the theme:
but it only added the text after the “Sign up” text:
Not exactly what I had in mind…
Is there a way to split to different Sign-up / Log-in tabs?
Or change the whole social button text?
Thanks!
Hi @lerman !
Welcome to the Community!
Can you try this to change the whole text?
passwordlessSMSCodeInstructions: 'An SMS with the code has been sent to %s.',
passwordlessSMSInstructions: 'Enter your phone to sign in<br/>or create an account',
phoneNumberInputPlaceholder: 'your phone number',
resendCodeAction: 'Did not get the code?',
resendLabel: 'Resend',
resendingLabel: 'Resending...',
retryLabel: 'Retry',
sentLabel: 'Sent!',
showPassword: 'Show password',
signUpTitle: 'Sign Up',
signUpLabel: 'Sign Up',
signUpSubmitLabel: 'Sign Up',
signUpTerms: 'By signing up, you agree to our terms of service and privacy policy.',
signUpWithLabel: 'Sign up with %s',
socialLoginInstructions: '',
socialSignUpInstructions: '',
ssoEnabled: 'Single Sign-On enabled',
submitLabel: 'Submit',
unrecoverableError: 'Something went wrong.<br />Please contact technical support.',
usernameFormatErrorHint:
'Use %d-%d letters, numbers and the following characters: "_", ".", "+", "-"',
1 Like
lerman
October 7, 2020, 9:33pm
3
Hi @dan.woda ,
Thank you for your answer but I managed to do it with languageDictionary:
…that is exactly what I linked
1 Like
lerman
October 8, 2020, 6:42am
5
Than you were right
I actually did it before you answered so I didn’t open the link…
But thank you!!!
1 Like
Convergent thinking! Hopefully, that means its the best answer.
Let us know if you run into anything else.
-Dan
lerman
October 8, 2020, 4:31pm
7
I did run into something else
I actually posted another question about the magic-link state being invalid.
waiting for an answer there…
Thanks!
1 Like
Sorry about that! I’ll take a look now.
system
Closed
October 28, 2020, 6:52pm
11
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.