We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed69d3 commit 21c441cCopy full SHA for 21c441c
.gitignore
@@ -41,6 +41,8 @@ yarn-error.log
41
testem.log
42
/typings
43
.keys.json
44
+src/environments/keys.ts
45
+keys.ts
46
# System Files
47
.DS_Store
48
Thumbs.db
src/environments/keys.ts
@@ -1,3 +1,3 @@
1
-export const AUTHORITY = 'ABC';
2
-export const CLIENT_ID = 'XYZ';
3
-export const SCOPES = ['ABC'];
+export const AUTHORITY = 'XXX';
+export const CLIENT_ID = 'XXX';
+export const SCOPES = ['XXX'];
0 commit comments