Skip to content

Commit 2eadf2f

Browse files
author
Ervin
committed
Page_inscription
1 parent 95b59bf commit 2eadf2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

App/view/Inscription.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ export class Inscription extends Component {
182182
keyboardVerticalOffset={10}
183183
>
184184

185+
{/* Modal : Inscription réussit */}
186+
185187
<View style={{
186188
backgroundColor: '#fff',
187189
alignItems: 'center',
@@ -202,6 +204,8 @@ export class Inscription extends Component {
202204

203205
</View>
204206

207+
{/* Modal : Erreur 500 */}
208+
205209
<View style={{
206210
backgroundColor: '#fff',
207211
alignItems: 'center',
@@ -225,6 +229,8 @@ export class Inscription extends Component {
225229

226230
</View>
227231

232+
{/* Modal : Adresse email déjà existant */}
233+
228234
<View style={{
229235
backgroundColor: '#fff',
230236
alignItems: 'center',
@@ -248,6 +254,7 @@ export class Inscription extends Component {
248254

249255
</View>
250256

257+
{/* Page Inscription */}
251258

252259
<ScrollView>
253260

0 commit comments

Comments
 (0)