Skip to content

Commit e1bf598

Browse files
committed
preRegistrationRequestedAt -> preRegistrationCreated
1 parent 572751c commit e1bf598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/po/UsersPending.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ qx.Class.define("osparc.po.UsersPending", {
173173
let date = null;
174174
switch (pendingUser.accountRequestStatus) {
175175
case "PENDING":
176-
date = pendingUser.preRegistrationRequestedAt ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.preRegistrationRequestedAt)) : "-";
176+
date = pendingUser.preRegistrationCreated ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.preRegistrationCreated)) : "-";
177177
break;
178178
default:
179179
date = pendingUser.accountRequestReviewedAt ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.accountRequestReviewedAt)) : "-";

0 commit comments

Comments
 (0)