chore(login): retrait du lien Test modale MDP
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
790761d576
commit
6794190916
@ -1,5 +1,4 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'package:flutter/foundation.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:google_fonts/google_fonts.dart';
|
import 'package:google_fonts/google_fonts.dart';
|
||||||
import 'package:url_launcher/url_launcher.dart';
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
@ -361,17 +360,6 @@ class _LoginPageState extends State<LoginScreen> with WidgetsBindingObserver {
|
|||||||
context.go('/privacy');
|
context.go('/privacy');
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (kDebugMode)
|
|
||||||
_FooterLink(
|
|
||||||
text: 'Test modale MDP',
|
|
||||||
onTap: () async {
|
|
||||||
await showDialog<bool>(
|
|
||||||
context: context,
|
|
||||||
barrierDismissible: false,
|
|
||||||
builder: (context) => const ChangePasswordDialog(),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -568,18 +556,6 @@ class _LoginPageState extends State<LoginScreen> with WidgetsBindingObserver {
|
|||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
onTap: () => context.go('/privacy'),
|
onTap: () => context.go('/privacy'),
|
||||||
),
|
),
|
||||||
if (kDebugMode)
|
|
||||||
_FooterLink(
|
|
||||||
text: 'Test modale MDP',
|
|
||||||
fontSize: 11,
|
|
||||||
onTap: () async {
|
|
||||||
await showDialog<bool>(
|
|
||||||
context: context,
|
|
||||||
barrierDismissible: false,
|
|
||||||
builder: (context) => const ChangePasswordDialog(),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user