mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Fix registration fails silently when there are errors (#1455)
* Fix registration fails silently with long passwords * Add maxlength
This commit is contained in:
parent
31ecd3ccd4
commit
278d04a73a
3 changed files with 10 additions and 2 deletions
|
@ -11,6 +11,7 @@ en:
|
|||
create:
|
||||
invalid_invite_code: Invalid invite code, please try again.
|
||||
success: You have signed up successfully.
|
||||
failure: There was a problem signing up.
|
||||
new:
|
||||
invitation_message: "%{inviter} has invited you to join as a %{role}"
|
||||
join_family_title: Join %{family}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue