configmap

This commit is contained in:
archer
2023-07-20 10:34:54 +08:00
parent 75c8c42530
commit 82e7776a77
8 changed files with 19 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ const RegisterForm = ({ setPageType, loginSuccess }: Props) => {
return (
<>
<Box fontWeight={'bold'} fontSize={'2xl'} textAlign={'center'}>
FastGPT
{feConfigs?.systemTitle}
</Box>
<form onSubmit={handleSubmit(onclickRegister)}>
<FormControl mt={5} isInvalid={!!errors.username}>