authelia/web/src/views/ResetPassword
renovate[bot] 5f2edf3d42
build(deps): update dependency typescript to v4.4.2 (#2321)
* build(deps): update dependency typescript to v4.4.2

* fix(web): cast try catch err type to error

Typescript 4.x changes the default behaviour of try catch and its err type from `any` to [`unknown`](https://github.com/microsoft/TypeScript/pull/41013).

This change ensures that where we rely on said variable it is cast accordingly as an `Error`.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-09-04 23:27:11 +10:00
..
ResetPasswordStep1.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
ResetPasswordStep2.tsx build(deps): update dependency typescript to v4.4.2 (#2321) 2021-09-04 23:27:11 +10:00