Develop #2

Closed
ZahraSadatMirvakili wants to merge 2 commits from ZahraSadatMirvakili/WS-10-Database:develop into main
Showing only changes of commit 6c02eb85de - Show all commits
+3 -4
View File
@@ -59,11 +59,10 @@ public class ConsoleMenu {
System.out.println("Email: ");
String email = scanner.nextLine();
if (authService.register(user2, pass2, email)){
authService.register(user2, pass2, email);
System.out.println("Registration successful");
}else {
System.out.println("Registration failed");
}
break;
case 3: