From d7fa7ecaff53adc40eeb016a65b87898f805e1a2 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 10 Jul 2025 19:41:11 +0800 Subject: [PATCH] feat: ssr login page no client prompt --- apps/ssr/client/modules/login/index.tsx | 19 +++++++++---------- locales/external/en.json | 3 ++- locales/external/zh-CN.json | 3 ++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/apps/ssr/client/modules/login/index.tsx b/apps/ssr/client/modules/login/index.tsx index be2cff199..0db141d99 100644 --- a/apps/ssr/client/modules/login/index.tsx +++ b/apps/ssr/client/modules/login/index.tsx @@ -116,16 +116,6 @@ export function Login() { {t("redirect.instruction", { app_name: APP_NAME })}

- -