Use success variant on sign-out.
This commit is contained in:
parent
5161d4bc3c
commit
d1f3720cd9
@ -111,7 +111,9 @@ class AuthenticationWrapper extends React.Component {
|
|||||||
user: undefined
|
user: undefined
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.props.enqueueSnackbar("You have signed out.");
|
this.props.enqueueSnackbar("You have signed out.", {
|
||||||
|
variant: 'success',
|
||||||
|
});
|
||||||
history.push('/');
|
history.push('/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user