File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ export class Inscription extends Component {
182
182
keyboardVerticalOffset = { 10 }
183
183
>
184
184
185
+ { /* Modal : Inscription réussit */ }
186
+
185
187
< View style = { {
186
188
backgroundColor : '#fff' ,
187
189
alignItems : 'center' ,
@@ -202,6 +204,8 @@ export class Inscription extends Component {
202
204
203
205
</ View >
204
206
207
+ { /* Modal : Erreur 500 */ }
208
+
205
209
< View style = { {
206
210
backgroundColor : '#fff' ,
207
211
alignItems : 'center' ,
@@ -225,6 +229,8 @@ export class Inscription extends Component {
225
229
226
230
</ View >
227
231
232
+ { /* Modal : Adresse email déjà existant */ }
233
+
228
234
< View style = { {
229
235
backgroundColor : '#fff' ,
230
236
alignItems : 'center' ,
@@ -248,6 +254,7 @@ export class Inscription extends Component {
248
254
249
255
</ View >
250
256
257
+ { /* Page Inscription */ }
251
258
252
259
< ScrollView >
253
260
You can’t perform that action at this time.
0 commit comments