auth
Widget
❌ Theme ✅ Options ✅ Content & Translations
This component is not a layout-component but componentOptions in the auth
object at widget level.
To edit the Look & Feel of the Login Modal, send a PATCH request on /widgets/{id}
and specify the following options in the componentOptions
object property:
Common to One-Time Password and Magic Link Login modals
incorrectEmailText
Error message in case of invalid format of email address prompted (By default * Your email address is incorrect
).
stepOneGuideLineText
Second title of Login modal in email address step (By default * Please login in
)
OTP Login modal
codeNotValidErrorMessage
Error message displayed to the user when the code prompted is not valid.
descriptionTextWrapper
Container of description text positioned above email and code inputs.
Magic Link Login modal
linkSentInfoText
Email sent confirmation (By default * A link to manage your consents has been sent to you, please check your email address. Haven't received anything?
)
stepTwoGuideLineText
Secondary title of Login modal in confirmation step (By default * A link is on it's way
)
* Available by default if SDK is used. When building the authentication workflow with Didomi APIs, translations from SDK will not be available.
Last updated