Skip to content

Commit

Permalink
feat(dashboard): added api key warning
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 8, 2024
1 parent 17bf38a commit f2882a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/dashboard/app/api-keys/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ export default async function Home() {
</Typography>
<ApiKeyCreate />
</Box>
<Typography fontSize={17}>
Our team will never ask for the API keys. Anyone with access to the key with
write access will have full control of the funds on the wallet.
</Typography>
<Box
sx={{
display: { xs: "none", md: "flex" },
Expand Down

0 comments on commit f2882a6

Please sign in to comment.