forked from phoenix/litellm-mirror
new page
This commit is contained in:
parent
480281e2f9
commit
cc7d61fd48
3 changed files with 14 additions and 1 deletions
|
@ -45,6 +45,7 @@ const QueryParamReader = () => {
|
|||
|
||||
useEffect(() => {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
console.log("urlParams: ", urlParams)
|
||||
const token = urlParams.get('token');
|
||||
setToken(token);
|
||||
}, []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue