diff --git a/interface/src/authentication/AuthenticationWrapper.js b/interface/src/authentication/AuthenticationWrapper.js index fe247ae..be43633 100644 --- a/interface/src/authentication/AuthenticationWrapper.js +++ b/interface/src/authentication/AuthenticationWrapper.js @@ -111,7 +111,9 @@ class AuthenticationWrapper extends React.Component { user: undefined } }); - this.props.enqueueSnackbar("You have signed out."); + this.props.enqueueSnackbar("You have signed out.", { + variant: 'success', + }); history.push('/'); }