added max retries to authelia

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 15:42:29 +02:00
parent d7d5d5207d
commit 5d3d56bd35

View file

@ -78,6 +78,10 @@
# { domain = "hello.srazka.com"; policy = "two_factor"; }
# ];
};
regulation = {
max_retries = 5;
};
};
};
}