mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
Merge 73e0aa88e3 into a38e2f0048
This commit is contained in:
commit
67f4147aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue