diff --git a/commafeed-client/src/components/settings/ProfileSettings.tsx b/commafeed-client/src/components/settings/ProfileSettings.tsx
index ab8eada4..39445732 100644
--- a/commafeed-client/src/components/settings/ProfileSettings.tsx
+++ b/commafeed-client/src/components/settings/ProfileSettings.tsx
@@ -80,6 +80,9 @@ export function ProfileSettings() {
User name}>
{profile?.name}
+
+ API key} readOnly value={profile?.apiKey} />
+
OPML export}
description={
@@ -94,6 +97,9 @@ export function ProfileSettings() {
+
+
+
Current password}
description={Enter your current password to change profile settings}
@@ -107,7 +113,6 @@ export function ProfileSettings() {
{...form.getInputProps("newPassword")}
/>
Confirm password} {...form.getInputProps("newPasswordConfirmation")} />
- API key} readOnly value={profile?.apiKey} />
Generate new API key} {...form.getInputProps("newApiKey", { type: "checkbox" })} />