BigW Consortium Gitlab

util.js 66 Bytes
export default function isU2FSupported() {
  return window.u2f;
}