mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 08:37:59 +00:00
Perf: i18n change and captcha code. (#2625)
* perf: send captcha check * perf: back router * perf: i18n init * perf: ui * i18n * perf: ui duration
This commit is contained in:
@@ -129,7 +129,7 @@ const Login = () => {
|
||||
|
||||
export async function getServerSideProps(context: any) {
|
||||
return {
|
||||
props: { ...(await serviceSideProps(context, ['app', 'user'])) }
|
||||
props: { ...(await serviceSideProps(context, ['app', 'user', 'login'])) }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user