-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suisin/chore: update content in passkey-config #42
Suisin/chore: update content in passkey-config #42
Conversation
) : ( | ||
(error as TServerError)?.message | ||
); | ||
const button_text = | ||
(error as TServerError)?.name === NOT_SUPPORTED_ERROR_NAME ? ( | ||
<Localize i18n_default_text='Continue trading' /> | ||
<Localize i18n_default_text='OK' /> | ||
) : ( | ||
<Localize i18n_default_text='Try again' /> | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need Try again button @suisin-deriv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so, because there might be other errors
@@ -157,6 +160,7 @@ export const getModalContent = ({ error, is_passkey_registration_started }: TGet | |||
} | |||
|
|||
return { | |||
header: error_message_header, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
header?
new requirement to design?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the title of error is different according to requirements
fea44a9
into
yauheni-deriv:upm-923_add-not-supported-device-error
…ce (deriv-com#14723) * chore: [UPM-923]/evgeniy/error message for passkey not supported device * fix: read of undefined * chore: added new button text and action for not supported * fix: error variable name * chore: update content in passkey-config (#42) * fix: content for unsupported error * Suisin/solve passkey header issue (#43) * chore: fix header not bold issue * chore: update passkey creation fail content * chore: refactor error content * chore: added comment to remove is_tour_open * chore: remove close icon for error modal * chore: remove close icon for error modal --------- Co-authored-by: Sui Sin <103026762+suisin-deriv@users.noreply.github.com>
…deriv-com#16135) * [WALL] george / WALL-4519 / Support XRP Deposits and Withdrawals in Wallets (#42) * refactor(wallets): ♻️ refactor wallets deposit/withdraw visibility * fix(wallets): 🚑 fix playwright tests * feat(wallets): ✨ add UI elements for XRP integration (#43) * feat(wallets): ✨ add UI elements for XRP integration * style: 💄 remove dark background * fix: 🚑 prevent crypto_config call for doughflow providers * fix: hardcode min withdrawal value for xrp * fix: withdrawalCryptoValidator min value * fix: withdrawalCryptoValidators min withdrawal value * fix: get min value from fractional digits --------- Co-authored-by: lubega-deriv <lubega@deriv.com>
Changes:
Change passkey creation unsupported content to the latest updated content
Screenshots:
Please provide some screenshots of the change.