Fix Cypress tests and add a different welcome message when coming from
registration Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -108,6 +108,7 @@ export default class Register extends Vue {
|
||||
});
|
||||
if (data) {
|
||||
this.validationSent = true;
|
||||
window.localStorage.setItem('new-registered-user', 'yes');
|
||||
|
||||
if (this.userAlreadyActivated) {
|
||||
await changeIdentity(this.$apollo.provider.defaultClient, data.registerPerson);
|
||||
|
||||
Reference in New Issue
Block a user