mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix(webapp): change intent type of reset password success toast
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user