diff --git a/src/components/pages/GCAuth.tsx b/src/components/pages/GCAuth.tsx index 9cb40f6..cdd7166 100644 --- a/src/components/pages/GCAuth.tsx +++ b/src/components/pages/GCAuth.tsx @@ -272,8 +272,12 @@ export default function GCAuth() { - + { + navigator.clipboard.writeText(e.currentTarget.value) + }} + placeholder="Your token here" + className="mt-2 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm border-gray-300 rounded-md" + value={token} readOnly/>