develop #2

Merged
Partow merged 15 commits from develop into main 2026-05-03 09:32:53 +00:00
Showing only changes of commit 488b926db8 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@ package models;
public abstract class User {
protected String username;
protected String password; // ساده نگه می‌داریم برای سطح مقدماتی
protected String password;
public User(String username, String password) {
this.username = username;