+
+ setToken(e.target.value)}
+ required
+ className={`w-full pl-4 pr-12 py-4 rounded-2xl focus:outline-none transition-all ${
+ mode === "dark"
+ ? "bg-white/5 border border-white/10 text-white placeholder-slate-400 focus:ring-2 focus:ring-purple-500"
+ : "bg-gray-100 border border-gray-300 text-gray-900 placeholder-gray-500 focus:ring-2 focus:ring-purple-400"
+ }`}
+ />
+
+
+
+
+ Generate a new token
+
+ {" "}with repo and read:user scopes.
+
+
+
+