Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revertir el Martes: Abrir registro para las que tienen cuenta #95

Conversation

Juanito98
Copy link
Contributor

@Juanito98 Juanito98 commented Oct 20, 2024

Vamos a permitir que las personas que tienen cuenta pero no llenaron el registro lo llenen de aquí al lunes.

Este cambio es temporal y debe revertirse.

  • Asumimos que el registration time es cuando crearon su cuenta. Esto va a pasar el check del backend
  • Se deshabilita temporalmente crear una cuenta. Para evitar confusiones.

@Juanito98
Copy link
Contributor Author

Current dependencies on/for this PR:

This comment was autogenerated by Freephite.

ofmiEdition == null ||
(registrationClosingTime && registrationClosingTime < Date.now())
) {
if (ofmiEdition == null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (ofmiEdition == null) {
if (ofmiEdition == null && authUser.emailVerified != null) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

@Juanito98 Juanito98 merged commit 63be3a1 into main Oct 20, 2024
1 check passed
@Juanito98 Juanito98 deleted the 10-19-Revertir_el_Martes_Abrir_registro_para_las_que_tienen_cuenta branch October 20, 2024 00:39
@Juanito98 Juanito98 restored the 10-19-Revertir_el_Martes_Abrir_registro_para_las_que_tienen_cuenta branch October 23, 2024 00:20
@Juanito98 Juanito98 deleted the 10-19-Revertir_el_Martes_Abrir_registro_para_las_que_tienen_cuenta branch October 23, 2024 00:20
Juanito98 added a commit that referenced this pull request Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants