fix(webapp): change intent type of reset password success toast

This commit is contained in:
a.bouhuolia
2023-04-06 04:32:26 +02:00
parent fe270b3703
commit 32148a3207

View File

@@ -37,7 +37,7 @@ export default function ResetPassword() {
.then((response) => { .then((response) => {
AppToaster.show({ AppToaster.show({
message: intl.get('password_successfully_updated'), message: intl.get('password_successfully_updated'),
intent: Intent.DANGER, intent: Intent.SUCCESS,
position: Position.BOTTOM, position: Position.BOTTOM,
}); });
history.push('/auth/login'); history.push('/auth/login');