Merge pull request #107 from pangeachat/remove-google-auth-key
removed reference to google auth key in environment.dart
This commit is contained in:
commit
bc3a942517
1 changed files with 0 additions and 6 deletions
|
|
@ -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://c2fd19ab2cdc4ebb939a32d01c0e9fa1@o225078.ingest.sentry.io/1376295';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue