Skip to content

Commit 83a1bde

Browse files
authored
Fixed an extra bracket and comma in README
1 parent 60fc5c6 commit 83a1bde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ for a more in-depth example, showcasing a Single Page Application mode.
154154
firebase.auth.EmailAuthProvider.PROVIDER_ID
155155
],
156156
// Terms of service url.
157-
tosUrl: '<your-tos-url>',
157+
tosUrl: '<your-tos-url>'
158158
};
159159
160160
// Initialize the FirebaseUI Widget using Firebase.
@@ -465,7 +465,6 @@ redirected.
465465
],
466466
// Terms of service url.
467467
tosUrl: '<your-tos-url>'
468-
}
469468
};
470469
471470
var ui = new firebaseui.auth.AuthUI(firebase.auth());

0 commit comments

Comments
 (0)