Skip to content

Commit

Permalink
Updated api key management in dashboard (#476)
Browse files Browse the repository at this point in the history
Changelog:
- [x] Ability to create new keys (name required)
- [x] Ability to update/delete keys
- [x] See masked API keys with date the key was created and creator of
the key

Notes:
- You probably can't try right now, because the backend changes have not
been rolled out yet
  • Loading branch information
mishushakov authored Nov 25, 2024
2 parents 3631f8b + fa84b82 commit e2899fc
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 105 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/(dashboard)/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function MainContent({
case 'personal':
return <PersonalContent user={user} />
case 'keys':
return <KeysContent currentTeam={team} />
return <KeysContent currentTeam={team} user={user} />
case 'sandboxes':
return <SandboxesContent team={team} />
case 'templates':
Expand Down
Loading

0 comments on commit e2899fc

Please sign in to comment.