Corrections
continuous-integration/drone/push Build is passing Details

Persistance
Alban GUILHOT 2 years ago
parent 37fe61e6da
commit 01290170d2

@ -18,7 +18,7 @@ import Conversation from '../screens/Conversation'
import Test from '../screens/Test' import Test from '../screens/Test'
import MatchMaking from '../screens/MatchMaking' import MatchMaking from '../screens/MatchMaking'
import TicTacToe from '../Games/Tic-Tac-Toe/Tic-Tac-Toe' import TicTacToe from '../Games/Tic-Tac-Toe/tic-tac-toe'
const HomeStack = createStackNavigator(); const HomeStack = createStackNavigator();

@ -83,7 +83,7 @@ function SignUp(props: { navigation: any; }) {
break; break;
case (errorList.invalidPassword): case (errorList.invalidPassword):
Alert.alert("Votre pseudo doit contenir au moins une majuscule, une majuscule, un chiffre et un caractère spécial (#?!@$%^&*-)"); Alert.alert("Votre password doit contenir au moins une majuscule, une majuscule, un chiffre et un caractère spécial (#?!@$%^&*-)");
dispatch(updateInvalidPassword(false)); dispatch(updateInvalidPassword(false));
break; break;

@ -6,7 +6,8 @@ export default StyleSheet.create({
width: '100%', width: '100%',
height: '5%', height: '5%',
backgroundColor: 'white', backgroundColor: 'white',
padding: 10, color:'black',
padding: 20,
marginTop: 10, marginTop: 10,
}, },
button: { button: {

Loading…
Cancel
Save