1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/src/connectors/captcha.html

15 lines
227 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bitwarden Captcha Connector</title>
<script src="https://hcaptcha.com/1/api.js"></script>
</head>
<body>
<div id="captcha"></div>
</body>
</html>