diff --git a/packages/webapp/src/containers/Authentication/ResetPassword.tsx b/packages/webapp/src/containers/Authentication/ResetPassword.tsx index 63796bcff..8b3613c81 100644 --- a/packages/webapp/src/containers/Authentication/ResetPassword.tsx +++ b/packages/webapp/src/containers/Authentication/ResetPassword.tsx @@ -37,7 +37,7 @@ export default function ResetPassword() { .then((response) => { AppToaster.show({ message: intl.get('password_successfully_updated'), - intent: Intent.DANGER, + intent: Intent.SUCCESS, position: Position.BOTTOM, }); history.push('/auth/login');