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 4e68c170e0
commit a7b165877c
+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,
});