Remove otp field (#942)

This commit is contained in:
steschuser
2021-10-30 21:09:04 +02:00
committed by GitHub
parent 4ce1b71c57
commit 1ec6b76f89
3 changed files with 4 additions and 1 deletions

View File

@ -184,6 +184,7 @@ class Setting(db.Model):
'URI': False
},
'ttl_options': '1 minute,5 minutes,30 minutes,60 minutes,24 hours',
'otp_field_enabled': True,
}
def __init__(self, id=None, name=None, value=None):