Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created June 9, 2018 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/9e12179e1f4c07d40be903c82a68a3a5 to your computer and use it in GitHub Desktop.
Save ssougnez/9e12179e1f4c07d40be903c82a68a3a5 to your computer and use it in GitHub Desktop.
import rsa$ from "./rsa";
let ref = document.querySelector("#rsa-securid");
rsa$().subscribe((token) => ref.innerHTML = token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment