Skip to content

Commit

Permalink
feat(dashboard): added api key warning (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 authored Feb 9, 2024
1 parent 3b0135e commit ae26ba9
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 ae26ba9

Please sign in to comment.