fix: Replace hardcoded API key with placeholder in TenorApi class
This commit is contained in:
parent
151dd309f2
commit
ed0648d030
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class TenorApiResponse {
|
|||
class TenorApi {
|
||||
static const String _baseUrl = 'https://tenor.googleapis.com/v2';
|
||||
static const String _apiKey =
|
||||
'AIzaSyC5xwpkbdAnIH4NSyjUwg_t9Huoy19YVH4'; // Test API key from documentation
|
||||
'<tenor-api-key>'; // Test API key from documentation
|
||||
static const String _clientKey =
|
||||
'fluffychat_app'; // Client key for integration tracking
|
||||
static const int _limit = 20;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue