diff --git a/frontend/src/layouts/AuthTemplate.vue b/frontend/src/layouts/AuthTemplate.vue index 72ae1fd14..c3bc39f92 100644 --- a/frontend/src/layouts/AuthTemplate.vue +++ b/frontend/src/layouts/AuthTemplate.vue @@ -15,7 +15,15 @@ +
+
+
+
+ +
+
+
@@ -25,6 +33,9 @@ import AuthHeader from '@/components/Auth/Header.vue' import AuthLogin from '@/components/Auth/Login.vue' import AuthRegister from '@/components/Auth/Register.vue' +import AuthForgotPassword from '@/components/Auth/ForgotPassword.vue' +import AuthResetPassword from '@/components/Auth/ResetPassword.vue' + // import AuthLayoutGdd from '@/layouts/AuthLayout_gdd.vue' export default { @@ -33,6 +44,8 @@ export default { AuthHeader, AuthLogin, AuthRegister, + AuthForgotPassword, + AuthResetPassword, // AuthLayoutGdd, }, }