mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +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) => {
|
||||
AppToaster.show({
|
||||
message: intl.get('password_successfully_updated'),
|
||||
intent: Intent.DANGER,
|
||||
intent: Intent.SUCCESS,
|
||||
position: Position.BOTTOM,
|
||||
});
|
||||
history.push('/auth/login');
|
||||
|
||||
Reference in New Issue
Block a user