authelia/web
James Elliott 70ab8aab15
fix(web): show appropriate default and available methods (#2999)
This ensures that; the method set when a user does not have a preference is a method that is available, that if a user has a preferred method that is not available it is changed to an enabled method with preference put on methods the user has configured, that the frontend does not show the method selection option when only one method is available.
2022-03-28 12:26:30 +11:00
..
public feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
src fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
types [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
.commitlintrc.js refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
.env.development feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
.env.production feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
.eslintrc.js ci: add husky with pre-commit and commit-msg hooks (#2352) 2021-09-09 12:22:11 +10:00
.gitignore [FEATURE] Add API docs and swagger-ui (#1544) 2021-01-03 15:28:46 +11:00
.prettierrc.js build(deps): update dependency prettier to v2.4.0 (#2357) 2021-09-10 08:27:50 +10:00
index.html feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
package.json build(deps): update dependency @types/react to v17.0.43 (#3048) 2022-03-26 21:28:03 +11:00
pnpm-lock.yaml build(deps): update dependency @types/react to v17.0.43 (#3048) 2022-03-26 21:28:03 +11:00
tsconfig.json feat(web): i18n (#2697) 2022-01-21 23:05:46 +11:00
vite.config.ts feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00