We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c5904 commit 99acfacCopy full SHA for 99acfac
packages/postgres-database/src/simcore_postgres_database/utils_users.py
@@ -172,7 +172,9 @@ async def link_and_update_user_from_pre_registration(
172
pre_columns = (
173
users_pre_registration_details.c.pre_first_name,
174
users_pre_registration_details.c.pre_last_name,
175
- # NOTE: pre_phone is not copied since it has to be validated.
+ # 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?
178
# Otherwise, if phone is wrong, currently user won't be able to login!
179
)
180
0 commit comments