Skip to content

Commit

Permalink
Merge pull request #107 from pangeachat/remove-google-auth-key
Browse files Browse the repository at this point in the history
removed reference to google auth key in environment.dart
  • Loading branch information
ggurdin authored Mar 6, 2024
2 parents 4279090 + a781b8c commit bc3a942
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/pangea/config/environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ class Environment {
'e6fa9fa97031ba0c852efe78457922f278a2fbc109752fe18e465337699e9873';
}

//Question for Jordan - does the client ever pass this to the server?
static String get googleAuthKey {
return dotenv.env['GOOGLE_AUTH_KEY'] ??
'466850640825-qegdiq3mpj3h5e0e79ud5hnnq2c22mi3.apps.googleusercontent.com';
}

static String get sentryDsn {
return dotenv.env["SENTRY_DSN"] ??
'https://[email protected]/1376295';
Expand Down

0 comments on commit bc3a942

Please sign in to comment.