diff --git a/src/_helpers/router.js b/src/_helpers/router.js index 37a0f15..451ef8a 100644 --- a/src/_helpers/router.js +++ b/src/_helpers/router.js @@ -13,7 +13,7 @@ import LoginPage from '../auth/LoginPage' import LogoutPage from '../auth/LogoutPage' import ForgotPasswordPage from '../auth/ForgotPasswordPage' import MultifactorAuthPage from '../auth/MultifactorAuthPage' -import AppLoginPage from '../account/AppLoginPage' +import AppLoginPage from '../auth/AppLoginPage' import DashboardPage from '../account/DashboardPage' import ProfilePage from '../account/profile/ProfilePage' import ActionPage from '../account/profile/ActionPage' diff --git a/src/_services/user.service.js b/src/_services/user.service.js index ec14dc7..cbec198 100644 --- a/src/_services/user.service.js +++ b/src/_services/user.service.js @@ -6,6 +6,7 @@ import config from 'config'; import { util } from '../_helpers'; export const userService = { + setSessionUser, login, logout, forgotPassword, diff --git a/src/account/AppLoginPage.vue b/src/account/AppLoginPage.vue deleted file mode 100644 index 1595cfb..0000000 --- a/src/account/AppLoginPage.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/auth/AppLoginPage.vue b/src/auth/AppLoginPage.vue new file mode 100644 index 0000000..20ef14e --- /dev/null +++ b/src/auth/AppLoginPage.vue @@ -0,0 +1,60 @@ + + + + \ No newline at end of file