1
0
mirror of https://github.com/bitwarden/web synced 2026-02-27 09:53:36 +00:00
Files
web/webauthn-fallback-connector.html
github-actions[bot] 8cb18488fd Staging deploy 2.26.1 (#1472)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-11 01:49:11 -08:00

1 line
1.1 KiB
HTML

<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><title>Bitwarden WebAuthn Connector</title><link href="connectors/webauthn-fallback.cdecc673bdc56c3b697d.css" rel="stylesheet"></head><body class="layout_frontend"><div class="container"><div class="row justify-content-center mt-5"><div class="col-5"><img src="images/logo-dark@2x.png" class="mb-4 logo" alt="Bitwarden"/><div id="spinner"><p class="text-center"><i class="bwi bwi-spinner bwi-spin bwi-2x text-muted" title="Loading" aria-hidden="true"></i></p></div><div id="content" class="card mt-4 d-none"><div class="card-body ng-star-inserted"><p id="msg" class="text-center"></p><div class="form-check"><input type="checkbox" class="form-check-input" id="remember" name="remember"/> <label class="form-check-label" for="remember" id="remember-label"></label></div><hr/><p class="text-center mb-0"><button id="webauthn-button" class="btn btn-primary btn-lg"></button></p></div></div></div></div></div><script defer="defer" src="connectors/webauthn-fallback.0531a39df9edfe1fcf27.js"></script></body></html>