mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 08:41:53 +09:00
- Implemented GetSensitiveData function to load sensitive data from a JSON file. - Added error handling for missing file scenario.
10 lines
No EOL
233 B
JSON
10 lines
No EOL
233 B
JSON
{
|
|
"*.google.com": {
|
|
"x_username": "bot.imnya.ng@gmail.com",
|
|
"x_password": "some.google.password"
|
|
},
|
|
"github.com": {
|
|
"x_username": "imnyang-bot",
|
|
"x_password": "some.github.password"
|
|
}
|
|
} |