Updates
This commit is contained in:
@@ -8,7 +8,6 @@ import googleAuth from "../../actions/users/social/google-auth";
|
||||
import updateUser from "../../actions/users/update-user";
|
||||
import userAuth from "../../actions/users/user-auth";
|
||||
import validateTempEmailCode from "../../actions/users/validate-temp-email-code";
|
||||
import githubLogin from "../../functions/api/social-login/githubLogin";
|
||||
|
||||
const user = {
|
||||
auth: {
|
||||
@@ -19,7 +18,6 @@ const user = {
|
||||
update: updateUser,
|
||||
resetPassword: resetPassword,
|
||||
googleLogin: googleAuth,
|
||||
githubLoginFn: githubLogin,
|
||||
logout: logoutUser,
|
||||
auth: userAuth,
|
||||
validateTempEmailCode,
|
||||
|
||||
@@ -8,6 +8,7 @@ import googleAuth from "../../actions/users/social/google-auth";
|
||||
import updateUser from "../../actions/users/update-user";
|
||||
import userAuth from "../../actions/users/user-auth";
|
||||
import validateTempEmailCode from "../../actions/users/validate-temp-email-code";
|
||||
import githubLogin from "../../functions/api/social-login/githubLogin";
|
||||
|
||||
import {
|
||||
AddUserParams,
|
||||
@@ -45,6 +46,7 @@ const localUser = {
|
||||
logout: logoutUser,
|
||||
auth: userAuth,
|
||||
validateTempEmailCode,
|
||||
githubLoginFn: githubLogin,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user