show key if exists

This commit is contained in:
Connor Yoh 2025-11-19 14:32:00 +00:00
parent 5118b3e5f2
commit fb0c3d5d42

View File

@ -217,7 +217,7 @@ const AdminPlanSection: React.FC = () => {
description={t('admin.settings.premium.key.description', 'Enter your premium or enterprise license key. Premium features will be automatically enabled when a key is provided.')}
value={licenseKeyInput}
onChange={(e) => setLicenseKeyInput(e.target.value)}
placeholder="00000000-0000-0000-0000-000000000000"
placeholder={licenseInfo?.licenseKey || '00000000-0000-0000-0000-000000000000'}
type="password"
disabled={savingLicense}
/>