blob: 42d8ba665ee339c1d220f86c700853f79874b9e2 [file] [log] [blame]
<html>
<head>
<script type="text/javascript">
window.onload = function() {
navigator.credentials.get({password: true})
.then(cred => window.location = '/password/done.html');
}
</script>
</head>
<body>
</body>
</html>