duo-hotp-export icon indicating copy to clipboard operation
duo-hotp-export copied to clipboard

This repo does not seem to work anymore

Open kda-jt opened this issue 7 months ago • 1 comments

I just ran it on a freshly generated Duo QR code. Failed with

[src/main.rs:65:20] response = Object({
    "code": Number(
        40403,
    ),
    "message": String(
        "Unknown activation code",
    ),
    "stat": String(
        "FAIL",
    ),
})
thread 'main' panicked at src/main.rs:67:63:
called `Option::unwrap()` on a `None` value

kda-jt avatar Jul 08 '24 09:07 kda-jt