authelia/web/src
Amir Zarrinkafsh 2834f3f8e8
[BUGFIX] Fix re-rendering callbacks (#1445)
b34b10322b introduced a regression where including deps in the associated useCallback functions would cause React to re-render components.
This resulted in unexpected symptoms like multiple Duo push requests, even if a successful or errored request had already been received.

Empty deps/no re-rendering for the respective callbacks is an expected result therefore we can safely ignore these issues the linter is suggesting needs to be fixed.
2020-11-11 14:51:42 +11:00
..
assets/images Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
components [MISC] Disable auto capitalization of username field on mobile (#1435) 2020-11-09 14:04:44 +11:00
hooks [MISC] (deps): Bump react-scripts from 3.4.4 to 4.0.0 in /web (#1403) 2020-11-07 13:06:18 +11:00
layouts [MISC] (deps): Bump react-scripts from 3.4.4 to 4.0.0 in /web (#1403) 2020-11-07 13:06:18 +11:00
models [MISC] Template global config and refactor some /api endpoints (#1135) 2020-06-21 15:40:37 +02:00
services [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
utils [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
views [BUGFIX] Fix re-rendering callbacks (#1445) 2020-11-11 14:51:42 +11:00
App.test.tsx Add first unit tests to frontend components. 2019-12-05 11:05:24 +01:00
App.tsx [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
Routes.ts [FIX] Redirect to default URL after 1FA when default policy is one_factor. (#611) 2020-02-05 08:18:02 +11:00
constants.ts [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx [DEV] Fix webpack for development workflow (#1163) 2020-07-01 17:16:08 +10:00
react-app-env.d.ts [BUGFIX] Fix paths for embedded media assets (#1150) 2020-06-24 09:37:49 +10:00
serviceWorker.ts Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
setupTests.js [MISC] Template global config and refactor some /api endpoints (#1135) 2020-06-21 15:40:37 +02:00