把未登录用的username默认值加回来了
免得在没选择用户的情况下进入projects页面出问题
This commit is contained in:
parent
104acbd944
commit
c510202c5d
@ -22,7 +22,7 @@ public class ProjectBean implements Serializable {
|
||||
private int projectIdx;
|
||||
private Project project; // Current project being worked on
|
||||
private UserInfo userInfo; // User info for the current user
|
||||
private String username;
|
||||
private String username = "admin";
|
||||
private String password;
|
||||
private Boolean isLoggedIn = false;
|
||||
public String projectKeywords = ""; // String to hold project keywords
|
||||
|
||||
Loading…
Reference in New Issue
Block a user