mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 05:42:33 +03:00
Merge pull request #2942 from ecency/nt/hiveauth-beta
marked hiveauth as beta
This commit is contained in:
commit
d410a44997
@ -80,6 +80,7 @@ export const AuthInputContent = ({ initUsername, handleAuthRequest }: AuthInputC
|
||||
<Animated.View entering={ZoomIn} exiting={ZoomOut}>
|
||||
<MainButton
|
||||
text={intl.formatMessage({ id: 'login.signin_with_hiveauth' })}
|
||||
secondText={" *beta"}
|
||||
textStyle={styles.loginBtnText}
|
||||
style={styles.loginBtnWrapper}
|
||||
onPress={onSignInPress}
|
||||
|
@ -210,6 +210,7 @@ const LoginScreen = ({
|
||||
id: 'login.signin_with_hiveauth',
|
||||
})}
|
||||
textStyle={styles.hsLoginBtnText}
|
||||
secondText={" *beta"}
|
||||
wrapperStyle={styles.loginBtnWrapper}
|
||||
bodyWrapperStyle={styles.loginBtnBodyWrapper}
|
||||
height={48}
|
||||
|
Loading…
Reference in New Issue
Block a user