1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

remember two factor token

This commit is contained in:
Kyle Spearrin
2017-06-23 10:08:29 -04:00
parent c069fad4e7
commit 15dcb43f44
4 changed files with 42 additions and 3 deletions

View File

@ -6,6 +6,7 @@
Email = 1,
Duo = 2,
YubiKey = 3,
U2f = 4
U2f = 4,
Remember = 5
}
}