瀏覽代碼

feat: :sparkles: adiciona login direto para dashboard

ebagabee 1 月之前
父節點
當前提交
11442b8192
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/login/LoginPage.vue

+ 1 - 1
src/pages/login/LoginPage.vue

@@ -108,7 +108,7 @@ const {
   validationErrors,
   execute: submitForm,
 } = useSubmitHandler({
-  onSuccess: () => router.push({ name: "HomePage" }),
+  onSuccess: () => router.push({ name: "DashboardPage" }),
   formRef: formRef,
 });