mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#389: properly remove acc, when going back from password sate during relogin. Fix e2e tests
This commit is contained in:
@@ -29,7 +29,7 @@ type State = {
|
||||
},
|
||||
};
|
||||
|
||||
export { updateToken, activate };
|
||||
export { updateToken, activate, remove };
|
||||
|
||||
/**
|
||||
* @param {Account|object} account
|
||||
|
@@ -14,15 +14,15 @@ import signup from 'services/api/signup';
|
||||
import dispatchBsod from 'components/ui/bsod/dispatchBsod';
|
||||
import { create as createPopup } from 'components/ui/popup/actions';
|
||||
import ContactForm from 'components/contact/ContactForm';
|
||||
import { getCredentials } from './reducer';
|
||||
|
||||
export { updateUser } from 'components/user/actions';
|
||||
export {
|
||||
authenticate,
|
||||
logoutAll as logout,
|
||||
revoke as removeAccount,
|
||||
remove as removeAccount,
|
||||
activate as activateAccount
|
||||
} from 'components/accounts/actions';
|
||||
import { getCredentials } from './reducer';
|
||||
|
||||
/**
|
||||
* Reoutes user to the previous page if it is possible
|
||||
|
Reference in New Issue
Block a user