You are here

public function MiniorangeSamlCustomerSetup::miniorange_saml_resend_otp in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Resend OTP.

File

src/Form/MiniorangeSamlCustomerSetup.php, line 288
Contains \Drupal\miniorange_saml\Form\MiniorangeSamlCustomerSetup.

Class

MiniorangeSamlCustomerSetup

Namespace

Drupal\miniorange_saml\Form

Code

public function miniorange_saml_resend_otp(&$form, $form_state) {
  Utilities::saml_resend_otp();
}