Skip to content

Commit 19e8d55

Browse files
authored
fix: invalid password hint (#12928)
1 parent 1ab9145 commit 19e8d55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/wallets/src/features/cfd/screens/EnterPassword/EnterPassword.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ const EnterPassword: React.FC<TProps> = ({
5353
shouldDisablePasswordMeter
5454
showMessage={false}
5555
/>
56+
{passwordError && (
57+
<WalletText size='sm'>
58+
Hint: You may have entered your Deriv password, which is different from your {title}{' '}
59+
password.
60+
</WalletText>
61+
)}
5662
</div>
5763
</div>
5864
{isDesktop && (

0 commit comments

Comments
 (0)