Browse Source

refactor: undid guest-only requirement for reset password page

Kristian Vos 3 năm trước cách đây
mục cha
commit
2de0e5fbdf
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      frontend/src/main.js

+ 1 - 4
frontend/src/main.js

@@ -118,10 +118,7 @@ const router = createRouter({
 		},
 		{
 			path: "/reset_password",
-			component: () => import("@/pages/ResetPassword.vue"),
-			meta: {
-				guestsOnly: true
-			}
+			component: () => import("@/pages/ResetPassword.vue")
 		},
 		{
 			path: "/set_password",