refactor: Remove the registerPerson GraphQL query
- The first profile is now created after the user email validation - NavBar is correctly updated when a user is connected but without any profile - Always fetch identities from the server at login (no cache) - NoIdentitiesException is thrown again - Refactor EditIdentity to create the first profile - Translations updated - Tests updated Fixes #1762
This commit is contained in:
@@ -1492,7 +1492,7 @@
|
||||
"Your account has been successfully deleted": "Váš účet byl úspěšně smazán",
|
||||
"Your account has been validated": "Váš účet byl ověřen",
|
||||
"Your account is being validated": "Váš účet je ověřován",
|
||||
"Your account is nearly ready, {username}": "Váš účet je téměř připraven, {username}",
|
||||
"Your account is nearly ready": "Váš účet je téměř připraven",
|
||||
"Your application code": "Kód vaší aplikace",
|
||||
"Your city or region and the radius will only be used to suggest you events nearby. The event radius will consider the administrative center of the area.": "Vaše město nebo oblast a okruh budou použity pouze k tomu, aby vám byly nabídnuty události v okolí. Poloměr události bude brát v úvahu administrativní centrum oblasti.",
|
||||
"Your current email is {email}. You use it to log in.": "Váš aktuální e-mail je {email}. Používáte ho k přihlášení.",
|
||||
|
||||
Reference in New Issue
Block a user