fix: error message

This commit is contained in:
David Nguyen
2024-06-10 20:54:29 +10:00
parent 6bb86944f7
commit 5a76a601d5
2 changed files with 2 additions and 6 deletions

View File

@ -91,7 +91,7 @@ export const PublicProfileForm = ({
case AppErrorCode.PROFILE_URL_TAKEN:
form.setError('url', {
type: 'manual',
message: error.userMessage,
message: error.message,
});
break;