Sign in with other device (quick mobile login) (#2504)

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
This commit is contained in:
Andrew Camilleri
2021-12-24 09:27:00 +01:00
committed by GitHub
parent 82b4debcac
commit 48ac996d77
17 changed files with 239 additions and 36 deletions

View File

@@ -11,5 +11,7 @@ namespace BTCPayServer.Models.ManageViewModels
public bool Is2faEnabled { get; set; }
public List<Fido2Credential> Credentials { get; set; }
public string LoginCode { get; set; }
}
}