+
+
Activate
+
+
+
+ setLicenseKeyInput(e.target.value)}
+ size="lg"
+ isDisabled={!isLicenseEditable || isActivating}
+ autoCapitalize="none"
+ autoComplete="off"
+ autoCorrect="off"
+ spellCheck={false}
+ endContent={
+ licenseValid &&
+ }
+ data-focus-visible="false"
+ />
+
+ {!licenseValid && (
+
+ )}
+ {licenseValid && (
+
+ )}
+
+