Skip to content

Commit b0d7bb2

Browse files
author
Bernat Borrás Paronella
committed
Add method to Readme
1 parent 57c5665 commit b0d7bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ AuthMethodPickerLayout customLayout = new AuthMethodPickerLayout
884884
.Builder(R.layout.your_custom_layout_xml)
885885
.setGoogleButtonId(R.id.bar)
886886
.setEmailButtonId(R.id.foo)
887+
.setGithubButtonId(R.id.github)
887888
// ...
888889
.setTosAndPrivacyPolicyId(R.id.baz)
889890
.build();

0 commit comments

Comments
 (0)