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:
@@ -383,7 +383,7 @@
|
||||
"Your account has been successfully deleted": "Your account has been successfully deleted",
|
||||
"Your account has been validated": "Your account has been validated",
|
||||
"Your account is being validated": "Your account is being validated",
|
||||
"Your account is nearly ready, {username}": "Your account is nearly ready, {username}",
|
||||
"Your account is nearly ready": "Your account is nearly ready",
|
||||
"Your current email is {email}. You use it to log in.": "Your current email is {email}. You use it to log in.",
|
||||
"Your email has been changed": "Your email has been changed",
|
||||
"Your email is being changed": "Your email is being changed",
|
||||
|
||||
Reference in New Issue
Block a user