Help for this page

Select Code to Download


  1. or download this
    
    sub registration_qr_code {
    ...
        $label= uri_escape($label);
        return "otpauth://$type/$label?secret=" . $self->registration_key
    }