forked from phoenix/litellm-mirror
fix(proxy_server.py): add 'admin' user to db (#6223)
* fix(proxy_server.py): add 'admin' user to db Fixes noisy error https://github.com/BerriAI/litellm/issues/6206 * fix(proxy_server.py): return correct 'userID' for `/login` endpoint Fixes https://github.com/BerriAI/litellm/issues/6206
This commit is contained in:
parent
c7bf693aff
commit
199896f912
2 changed files with 19 additions and 19 deletions
|
@ -128,7 +128,7 @@ const Navbar: React.FC<NavbarProps> = ({
|
|||
}}
|
||||
>
|
||||
<Dropdown menu={{ items }}>
|
||||
<Space>{userEmail}</Space>
|
||||
<Space>{userEmail ? userEmail : userRole}</Space>
|
||||
</Dropdown>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue