tornotron / echno_attendance

2 stars 2 forks source link

'Forgot Password' button on Login Screen is not functioning as intented #21

Closed abinkjohny closed 10 months ago

abinkjohny commented 11 months ago

Description

On clicking on the 'Forgot Password' button on Login Screen a bottom-sheet to appear and the user may choose the method to reset password from the options available. However when the trying to select the option, it's not getting redirected the corresponding page to reset the password in my case the MailPasswordResetScreen

Category

Need Help

Steps to Reproduce the Issue (if applicable)

Environment

Linux

Distribution/Version

Ubuntu 22.04 LTS

Additional Information

══════════════════ Exception caught by gesture ══════════════════ The following ProviderNotFoundException was thrown while handling a gesture: Error: Could not find the correct Provider above this BottomSheet Widget

This happens because you used a BuildContext that does not include the provider of your choice. There are a few common scenarios:

Agreement