mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-25 03:04:23 +03:00
marked hiveauth as beta
This commit is contained in:
parent
40121358a5
commit
dfe76ef7ef
@ -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