mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
chore(LoginForm.tsx): remove extra whitespace (#619)
chore(Translation.tsx): add default return statement for getTranslations function chore(Eng.tsx): fix indentation, remove escaped apostrophe, and remove trailing whitespace chore(Zh.tsx): fix indentation, remove escaped apostrophe, and remove trailing whitespace
This commit is contained in:
parent
47e5493744
commit
c17c1488ca
4 changed files with 144 additions and 143 deletions
|
|
@ -10,7 +10,7 @@ type TLoginFormProps = {
|
|||
|
||||
function LoginForm({ onSubmit }: TLoginFormProps) {
|
||||
const lang = useRecoilValue(store.lang);
|
||||
|
||||
|
||||
const {
|
||||
register,
|
||||
handleSubmit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue