RE: Having KeyChain Problems
You are viewing a single comment's thread:
You are probably going to kick yourself in the butt, but here is what is wrong:
change
window.hive_keychain.requestVerifyKey(
to
window.hive_keychain.requestSignBuffer(
and the login works fine
0
0
0.000
I was working on this one for days...lol. I always appreciate the help.