You are here

function miniorange_saml_resend_otp in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Resend OTP.

1 string reference to 'miniorange_saml_resend_otp'
miniorange_saml_customer_setup in ./miniorange_saml_customer_setup.inc

File

./miniorange_saml_customer_setup.inc, line 160
Contains form for customer setup.

Code

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