Created
October 14, 2022 05:42
-
-
Save furkanaydgn/ccbc97922efa84ab57c06abb00599206 to your computer and use it in GitHub Desktop.
huawei_button_logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async function huawei_button_logo() { | |
const edittedButton = "btn_auth_button"; | |
HMSHuaweiIdAuthButton.getHuaweiIdAuthButton(edittedButton, | |
HMSHuaweiIdAuthButton.Theme.THEME_FULL_TITLE, | |
HMSHuaweiIdAuthButton.ColorPolicy.COLOR_POLICY_RED, | |
HMSHuaweiIdAuthButton.CornerRadius.CORNER_RADIUS_LARGE); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment