Skip to content

Commit 7fdf3ce

Browse files
committed
Review change
1 parent ae1cf07 commit 7fdf3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/AuthUI.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ public static AuthUI getInstance(@NonNull FirebaseApp app) {
209209
Log.w(TAG, String.format(devWarning, "the TwitterKit SDK", "Twitter", releaseUrl));
210210
}
211211
if (ProviderAvailability.IS_GITHUB_AVAILABLE) {
212-
Log.w(TAG, String.format(devWarning, "auth-github", "GitHub", releaseUrl));
212+
Log.w(TAG, String.format(devWarning, "com.firebaseui:firebase-ui-auth-github",
213+
"GitHub", releaseUrl));
213214
}
214215

215216
AuthUI authUi;

0 commit comments

Comments
 (0)