Esqueci chave segura html

Galera Boa Tarde…

alguem pode me ajudar, eu tenho cadastro em um site.

tenho o login e a senha porem a outra senha que seria a chave segura eu esqueci tem alguma forma de eu esta recuperando por html ?

$(".btnadd").click(function() {
			window.location.href = "/index/wallet/add.html";
		})
		$(".btndel").click(function(){
            var id = $(this).data('id');
            var layer1 = layer.open({
              title: "Chave segura",
              content: '<input type="password" id="key" class="form-control" placeholder="por favor insira a chave segura" style="border: 1px solid #ccc; color: #fff"/>',
              btn:["Submeter top up","cancelar"],
              yes: function(index, layero){
                  var key = $('body').find('#key').val();
                  $.ajax({
                    type: "POST",
                    url: "/index/wallet/del.html",