Files
directus/app/src/routes
Rijk van Zanten 4cb8d1f814 Add additional check to Two-Factor Authentication (by @masterwendu) (#6187)
* 6113 add tfa generate endpoint

* 6113 implement tfa otp check in user settings

* 6113 add autfocus for otp field on login form

* update package-lock

* improve TFA uri with user email

* fix vue 3 compatibility

* reduce code duplication for enableTFA

* Remove unnecessary parameters

* Use project name in otp url when available

* Update docs/reference/api/system/users.md

Co-authored-by: Wendelin Peleska <wendu@pm.me>
2021-06-10 15:36:34 -04:00
..
2021-06-08 15:59:55 -04:00
2021-05-04 18:52:08 -04:00

Routes

The Vue components that render out the individual routes defined in router.ts.

Modules

The module route and corresponding router component is a special case, as it dynamically renders the module based on the route path.