Allow dots on GEMINI_API_KEY (#25497)

This commit is contained in:
Danyel Cabello
2026-04-21 14:43:39 -04:00
committed by GitHub
parent ebebbbfc20
commit 7f8f3309a6
+1 -1
View File
@@ -52,7 +52,7 @@ export function ApiAuthDialog({
height: 4,
},
inputFilter: (text) =>
text.replace(/[^a-zA-Z0-9_-]/g, '').replace(/[\r\n]/g, ''),
text.replace(/[^a-zA-Z0-9_.-]/g, '').replace(/[\r\n]/g, ''),
singleLine: true,
});