mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fixed typo
This commit is contained in:
parent
b14b4a7112
commit
43da0793d3
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ function LoginPageContent() {
|
|||
block
|
||||
size="large"
|
||||
>
|
||||
{isLoginLoading ? "Loggin in..." : "Login"}
|
||||
{isLoginLoading ? "Logging in..." : "Login"}
|
||||
</Button>
|
||||
</Form.Item>
|
||||
</Form>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue