chore: fix ci
This commit is contained in:
@@ -212,20 +212,6 @@ const LoginClient = () => {
|
||||
<Text style={styles.submitText}>Se connecter</Text>
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
|
||||
<View style={styles.signup}>
|
||||
<Text
|
||||
style={[styles.signupText, { color: colors.textMuted }]}
|
||||
>
|
||||
Pas encore de compte ?{" "}
|
||||
<Text
|
||||
style={styles.signupLink}
|
||||
onPress={() => navigation.navigate("register")}
|
||||
>
|
||||
Créer un compte
|
||||
</Text>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user