mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix Date display issue in UserList
This commit is contained in:
		@@ -50,7 +50,7 @@ class UserList extends RessourceList {
 | 
			
		||||
            id_: user.id,
 | 
			
		||||
            username: user.username,
 | 
			
		||||
            email: user.email,
 | 
			
		||||
            last_seen: new Date(user.last_seen * 1000).toLocaleString("en-US"),
 | 
			
		||||
            last_seen: new Date(user.last_seen).toLocaleString("en-US"),
 | 
			
		||||
            role: user.role.name};
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user