mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00:00
(feature)(auth)Add last_login field to User.
This commit is contained in:
@@ -24,7 +24,7 @@ public class UserWithPassword extends User {
|
||||
|
||||
public UserWithPassword(Long id, String name, String displayName, String email, String password,
|
||||
Integer isAdmin) {
|
||||
super(id, name, displayName, email, isAdmin);
|
||||
super(id, name, displayName, email, isAdmin, null);
|
||||
this.password = password;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user