freeCodeCamp/client/src
Nicholas Carrigan (he/him) 42acc542b7
fix: handle uppercase and missing user verification (#44444)
* fix: hotfix for isHonest null

* fix: early return if no user?

* fix: handle invalid input on api

Also lowerCases the username it receives since the client could send any
case.

* fix: report errors to user when verification fails

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-10 11:23:26 +00:00
..
__mocks__ fix(client): set the correct language to the HTML lang attribute (#42729) 2021-07-04 10:38:41 -07:00
__tests__/integration chore: add jest global variables (#42573) 2021-06-20 09:14:42 +02:00
analytics fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
assets chore: use constants for superblocks (#43886) 2021-11-19 19:49:40 +05:30
client fix: ignore unsafe argument 2021-12-02 19:57:47 +05:30
client-only-routes feat(client): migrate layout/default to ts (#43866) 2021-12-08 10:20:20 -08:00
components feat(client): testing donation alert title (#44438) 2021-12-09 09:43:59 -06:00
pages feat(curriculum): add css-penguin practice project (#44214) 2021-12-03 17:59:32 -06:00
redux feat(client): add notes tab to project based curriculum (#44247) 2021-12-09 18:42:03 +00:00
resources chore: use constants for superblocks (#43886) 2021-11-19 19:49:40 +05:30
templates fix: handle uppercase and missing user verification (#44444) 2021-12-10 11:23:26 +00:00
utils fix: handle uppercase and missing user verification (#44444) 2021-12-10 11:23:26 +00:00
declarations.d.ts feat(client): migrate layout/default to ts (#43866) 2021-12-08 10:20:20 -08:00
html.tsx feat(client): convert class components to functional components (#43226) 2021-10-27 11:17:47 +05:30