Skip to content
Snippets Groups Projects
Verified Commit 6b348869 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Change error message on unsuccessful register

parent d186e2b0
1 merge request!51Resolve "login screen - register component logic"
Pipeline #13082 passed with stage
in 33 seconds
...@@ -64,7 +64,7 @@ export class RegisterComponent implements OnInit { ...@@ -64,7 +64,7 @@ export class RegisterComponent implements OnInit {
this.notificationService.show('Successfully registered. Please check your mail!'); this.notificationService.show('Successfully registered. Please check your mail!');
this.dialogRef.close(); this.dialogRef.close();
} else { } else {
this.notificationService.show('ARSnova backend failed (badly).'); this.notificationService.show('Oops! Something went wrong on our side...');
} }
}); });
} else { } else {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment