Merge branch 'login-auth' of github.com:logspace-ai/langflow into login-auth
This commit is contained in:
commit
0dd098882c
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import SecretKeyModal from "../../modals/SecretKeyModal";
|
|||
|
||||
import moment from "moment";
|
||||
import { ApiKey } from "../../types/components";
|
||||
import Header from "../../components/headerComponent";
|
||||
|
||||
export default function ApiKeysPage() {
|
||||
const [loadingKeys, setLoadingKeys] = useState(true);
|
||||
|
|
@ -80,6 +81,7 @@ export default function ApiKeysPage() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<Header></Header>
|
||||
{userData && (
|
||||
<div className="main-page-panel">
|
||||
<div className="m-auto flex h-full flex-row justify-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue