mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
sending register request
This commit is contained in:
parent
3a11b01c99
commit
9486c5bdf5
5 changed files with 43 additions and 3 deletions
|
@ -10,7 +10,7 @@ import styles from './styles.scss';
|
|||
import { selectAuthRegisterSocial } from '~/redux/auth/selectors';
|
||||
import * as AUTH_ACTIONS from '~/redux/auth/actions';
|
||||
import { useCloseOnEscape } from '~/utils/hooks';
|
||||
import { LoginSocialRegisterButtons } from '~/containers/dialogs/LogianSocialRegisterButtons';
|
||||
import { LoginSocialRegisterButtons } from '~/containers/dialogs/LoginSocialRegisterButtons';
|
||||
|
||||
const mapStateToProps = selectAuthRegisterSocial;
|
||||
const mapDispatchToProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue