This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 7544b291 [Bugfix] fix the blank page after login success (#428)
7544b291 is described below

commit 7544b291e31430d2e22e1d00344da26a36dc1259
Author: xiaomo <[email protected]>
AuthorDate: Wed Jun 19 01:31:45 2024 +0800

    [Bugfix] fix the blank page after login success (#428)
---
 paimon-web-ui/src/views/login/use-form.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-web-ui/src/views/login/use-form.ts 
b/paimon-web-ui/src/views/login/use-form.ts
index 68a07304..9198dd7d 100644
--- a/paimon-web-ui/src/views/login/use-form.ts
+++ b/paimon-web-ui/src/views/login/use-form.ts
@@ -56,7 +56,7 @@ export function useForm() {
             return e.menuName
           }) || [])
         })
-        router.push({ path: '/' })
+        router.push({ path: '/playground/query' })
       }
     })
   }

Reply via email to