Skip to content

feat: implementation of password reset application

Created by: HejdaJakub

  • Password reset application was implemented according to prototype.
  • Use case for password change (with typing old password) was removed from this app.
  • Already existing component password-form was reused in this app, but for this purpose it had to be modified.
  • To all password inputs was added eye icon which allows user to show/hide password.

BREAKING CHANGE: added new properties in defaultConfig.json and removed old dialogs

Merge request reports