We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedc18c commit 5e03f97Copy full SHA for 5e03f97
src/app/(authed)/(home)/encrypt/page.tsx
@@ -22,7 +22,7 @@ export default async function EncryptPage() {
22
sx={{ width: '80%', maxWidth: '600px' }}
23
>
24
<Typography variant="h4">
25
- Encrypt secrets for remote config
+ Encrypt secrets
26
</Typography>
27
<Typography sx={{ textAlign: "center" }}>
28
When adding authentication information to remote specifications it
0 commit comments