Younes Henni

Results 4 issues of Younes Henni

Hi Matt Thanks for the great tutorial. I really enjoyed it. It seems that if you provide a non-valid URL the app shows the circular activity indicator forever. I think...

## Description Briefly describe what this pull request does. ## Changes Made Explain the changes you made in detail. ## Screenshots Include any relevant screenshots of the changes made. ##...

### Description This pull request refactors the `reset_password` API endpoint to delegate password hashing and database update logic to the existing `crud.update_user` method. The original implementation in `reset_password` contained redundant...

refactor