Skip to content

Commit d511ed5

Browse files
Adds privacy URL to demo app. (#435)
1 parent 4d1a8b5 commit d511ed5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

demo/public/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ function getUiConfig() {
7272
],
7373
// Terms of service url.
7474
'tosUrl': 'https://www.google.com',
75+
// Privacy policy url.
76+
'privacyPolicyUrl': 'https://www.google.com',
7577
'credentialHelper': CLIENT_ID && CLIENT_ID != 'YOUR_OAUTH_CLIENT_ID' ?
7678
firebaseui.auth.CredentialHelper.GOOGLE_YOLO :
7779
firebaseui.auth.CredentialHelper.ACCOUNT_CHOOSER_COM

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)