Updates
This commit is contained in:
@@ -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";
|
||||
|
||||
const user = {
|
||||
auth: {
|
||||
@@ -18,6 +19,7 @@ const user = {
|
||||
update: updateUser,
|
||||
resetPassword: resetPassword,
|
||||
googleLogin: googleAuth,
|
||||
githubLoginFn: githubLogin,
|
||||
logout: logoutUser,
|
||||
auth: userAuth,
|
||||
validateTempEmailCode,
|
||||
|
||||
Reference in New Issue
Block a user