1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-16 16:02:31 +00:00

Improved two factor auth

This commit is contained in:
Daniel García 2018-06-01 15:08:03 +02:00
commit b0ee5f6570
8 changed files with 251 additions and 107 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE devices
ADD COLUMN
twofactor_remember TEXT;