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:
@@ -1382,7 +1382,7 @@
|
||||
"Your account has been successfully deleted": "Uw account is succesvol verwijderd",
|
||||
"Your account has been validated": "Uw account is gevalideerd",
|
||||
"Your account is being validated": "Uw account wordt gevalideerd",
|
||||
"Your account is nearly ready, {username}": "Uw account is bijna klaar, {username}",
|
||||
"Your account is nearly ready": "Uw account is bijna klaar",
|
||||
"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.": "Uw stad of regio en de straal worden alleen gebruikt om u evenementen in de buurt voor te stellen. De straal van het evenement houdt rekening met het administratieve centrum van het gebied.",
|
||||
"Your current email is {email}. You use it to log in.": "Uw huidige e-mail is {email}. Dit gebruikt u om in te loggen.",
|
||||
"Your email": "Uw e-mailadres",
|
||||
|
||||
Reference in New Issue
Block a user