Fix registration by link with SSO (#6125)

This commit is contained in:
Marc Farré 2023-02-23 13:39:08 +01:00 committed by GitHub
parent e6b1a797dc
commit cfb7e25de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,6 @@ $this->pageTitle = Yii::t('UserModule.auth', 'Create Account');
</div>
<?php endif; ?>
<?php if (AuthChoice::hasClients()): ?>
<?= AuthChoice::widget() ?>
<?php endif; ?>
<?php $form = ActiveForm::begin(['id' => 'registration-form']); ?>
<?= $form->field($invite, 'email')->input('email', ['id' => 'register-email', 'placeholder' => $invite->getAttributeLabel('email'), 'aria-label' => $invite->getAttributeLabel('email')])->label(false); ?>
<?php if ($invite->showCaptureInRegisterForm()) : ?>