global

def otp_qr_code

def otp_qr_code
  RQRCode::QRCode.new(otp_provisioning_uri).as_svg(:module_size=>8)
end