Skip to content

Commit 99acfac

Browse files
committed
notes
1 parent a0c5904 commit 99acfac

File tree

1 file changed

+3
-1
lines changed
  • packages/postgres-database/src/simcore_postgres_database

1 file changed

+3
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/utils_users.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ async def link_and_update_user_from_pre_registration(
172172
pre_columns = (
173173
users_pre_registration_details.c.pre_first_name,
174174
users_pre_registration_details.c.pre_last_name,
175-
# NOTE: pre_phone is not copied since it has to be validated.
175+
# NOTE: pre_phone is NOT copied since it has to be validated.
176+
# It remains here as informative. In the future it might be given
177+
# as a hint to the front end?
176178
# Otherwise, if phone is wrong, currently user won't be able to login!
177179
)
178180

0 commit comments

Comments
 (0)