Develop #1

Merged
MehrdadShirvani merged 2 commits from develop into main 2026-07-10 17:52:49 +00:00
Showing only changes of commit 6c02eb85de - Show all commits
+3 -4
View File
@@ -59,11 +59,10 @@ public class ConsoleMenu {
System.out.println("Email: "); System.out.println("Email: ");
String email = scanner.nextLine(); String email = scanner.nextLine();
if (authService.register(user2, pass2, email)){ authService.register(user2, pass2, email);
System.out.println("Registration successful"); System.out.println("Registration successful");
}else {
System.out.println("Registration failed");
}
break; break;
case 3: case 3: