Skip to content
Snippets Groups Projects
Commit be2dbace authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #634

parent ed900e29
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ class TFASecret extends SimpleORMap ...@@ -16,8 +16,8 @@ class TFASecret extends SimpleORMap
const TYPES = [ const TYPES = [
'email' => [ 'email' => [
'window' => 30, 'window' => 60,
'period' => 1, 'period' => 5,
], ],
'app' => [ 'app' => [
'window' => 1, 'window' => 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment