cello icon indicating copy to clipboard operation
cello copied to clipboard

Fix user creation time always be shown as now

Open dodo920306 opened this issue 6 months ago • 0 comments

There is actually a "Create Time" column for user management page, but it always shows now for every user.

This is bacause the server never responses the true creation time of users, so the website just shows moment(undefine) which is always the current time.

This commit adds a creation timestamp column for UserProfile to fix this.

dodo920306 avatar Jun 14 '25 17:06 dodo920306