issues
search
shockbytes
/
DanteX
Dante - Book Tracker Cross Platform Implementation
Apache License 2.0
29
stars
1
forks
source link
Allow users to update password
#47
Closed
lockieRichter
closed
1 year ago
lockieRichter
commented
1 year ago
Implements the ability for mail users to update their password in a new profile page, accessed by clicking the profile icon in the menu bar.
Refactors the
LoginBloc
and
LogoutBloc
classes to be in a single
AuthBloc
class as this makes more sense for managing all the authentication events.
LoginBloc
andLogoutBloc
classes to be in a singleAuthBloc
class as this makes more sense for managing all the authentication events.