The code changes correspond to the rebranding of "Password Reset" to "Update Password". The names of components, functions, and routes have been updated to reflect this change. Also, a minor code optimization has been made in the i18n.server file for the creation of i18n server instances.
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
export * from './components/password-reset-request-container';
|
|
export * from './components/update-password-form';
|