Update src/main/java/models/User.java

This commit is contained in:
2026-05-03 07:51:33 +00:00
parent fb7b7716de
commit 488b926db8
+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;