Fixes NFC Response for Mobile Login

This commit is contained in:
Stepan Fedorko-Bartos
2018-11-17 01:25:07 -07:00
parent aba9c28226
commit f344dbaad4
2 changed files with 15 additions and 2 deletions

View File

@ -507,9 +507,9 @@ struct EnableYubikeyData {
#[derive(Deserialize, Serialize, Debug)]
#[allow(non_snake_case)]
struct YubikeyMetadata {
pub struct YubikeyMetadata {
Keys: Vec<String>,
Nfc: bool,
pub Nfc: bool,
}
use yubico::Yubico;