canokey-web-console icon indicating copy to clipboard operation
canokey-web-console copied to clipboard

OATH Applet doesn't work

Open tao-harald opened this issue 3 years ago • 0 comments

image

Canokeys info: Model: CanoKey ES (STM32) Firmware Version: v2.2-12-gd2813250-dirty-O (forked version: https://github.com/tao-harald/canokey-stm32/tree/nucleo ) System: Windows and Arch Linux

It seems that the problem is caused by src/Oath.js#L76 wich doesn't work as expected:

function isOldProtocol(firmwareVersion) {
  return firmwareVersion < "1.5";
}

tao-harald avatar Dec 23 '21 14:12 tao-harald