1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

update u2f lib. send 2fa login email

This commit is contained in:
Kyle Spearrin
2017-06-24 09:20:12 -04:00
parent 64189067cd
commit 59b8438a0f
6 changed files with 46 additions and 17 deletions

View File

@ -1,7 +1,7 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using u2flib.Util;
using U2F.Core.Utils;
namespace Bit.Core.Models
{