Added link

This commit is contained in:
M66B 2022-07-11 12:27:13 +02:00
parent 08138228ca
commit 3917e3bf01
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public class FragmentSetup extends FragmentBase {
.putExtra("askAccount", provider.oauth.askAccount)
.putExtra("askTenant", provider.oauth.askTenant())
.putExtra("pop", provider.pop != null));
// https://developers.google.com/identity/branding-guidelines
int resid = ("gmail".equals(provider.id)
? R.drawable.google_signin
: res.getIdentifier("provider_" + provider.id, "drawable", pkg));