mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-06 08:01:24 +00:00
Adds TOTP enrollment state, sealed secrets, recovery codes, pending login challenges, and the auth-service login gate for users with 2FA enabled.
3 lines
102 B
SQL
3 lines
102 B
SQL
DROP TABLE IF EXISTS public.user_totp_recovery_codes;
|
|
DROP TABLE IF EXISTS public.user_totp_settings;
|