Skip to content

Commit

Permalink
Fix: #254 - updated API key
Browse files Browse the repository at this point in the history
  • Loading branch information
josmilan authored and georgepadayatti committed Dec 20, 2023
1 parent 137db44 commit 7c41af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/Constants/privacy_dashboard.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class PrivacyDashboard{
var apiKey = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTY29wZXMiOlsic2VydmljZSJdLCJPcmdhbmlzYXRpb25JZCI6IjY0ZjA5Zjc3OGU1ZjM4MDAwMTRhODc5YSIsIk9yZ2FuaXNhdGlvbkFkbWluSWQiOiI2NTBhZTFmYmJlMWViNDAwMDE3MTFkODciLCJleHAiOjE3MDI1NzUwNTV9.ZCEzLanCmsbEoThyGV2xAuGju48NyHaCUPU1y3tLnGg';
var apiKey = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTY29wZXMiOlsic2VydmljZSJdLCJPcmdhbmlzYXRpb25JZCI6IjY0ZjA5Zjc3OGU1ZjM4MDAwMTRhODc5YSIsIk9yZ2FuaXNhdGlvbkFkbWluSWQiOiI2NTBhZTFmYmJlMWViNDAwMDE3MTFkODciLCJleHAiOjE3Njk0MTI5OTB9.Xqo2LAA2YyWnBBNuiBw1-k7-7qA-c8ct6YsyLJWqgmQ';
var baseUrl = 'https://demo-consent-bb-api.igrant.io/v2';

var registrationDataAgreementId = '6553a34bec660dae93f6e0f0';
Expand Down

0 comments on commit 7c41af5

Please sign in to comment.