+
+
+ setPassword(e.target.value)}
+ autoCapitalize="off"
+ autoComplete="off"
+ autoCorrect="off"
+ spellCheck="false"
+ className={`${allowPassword ? 'cursor-pointer' : 'cursor-not-allowed'} text-xs w-full py-1 bg-transparent text-chalkboard-100 placeholder:text-chalkboard-70 dark:text-chalkboard-10 dark:placeholder:text-chalkboard-50 focus:outline-none focus:ring-0`}
+ type="text"
+ placeholder="Set a password"
+ />
+
+
+
+ {!allowOrgRestrict && (
+ Upgrade to Organization to use this feature.
+ )}
+
+
+
+