1
0
Fork 0
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:
Fedor Katurov 2020-08-20 17:04:56 +07:00
parent 3a11b01c99
commit 9486c5bdf5
5 changed files with 43 additions and 3 deletions

View file

@ -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 = {