$errors * @var string $email * @var string $code */ use MintyPHP\Buffer; use MintyPHP\Session; Buffer::set('title', t('Verify email')); $errorNoticeId = !empty($errors) ? 'auth-verify-email-error-notice' : ''; $authHelpContext = [ 'show_back_to_login' => true, 'show_support' => true, ]; ?>