Merge branch 'dev' of github.com:VinistanSS/FCSC into dev
This commit is contained in:
commit
7564a66d8c
@ -388,10 +388,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
if (didPop) return;
|
||||
context.go('/login'); // Show exit confirmation dialog
|
||||
},
|
||||
child: SafeArea(
|
||||
child: Scaffold(
|
||||
child:Scaffold(
|
||||
backgroundColor: Colors.white,
|
||||
body: Stack(children: [
|
||||
body: SafeArea(
|
||||
child: Stack(children: [
|
||||
SingleChildScrollView(
|
||||
child: Column(
|
||||
children: [
|
||||
@ -1369,8 +1369,8 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
],
|
||||
),
|
||||
)
|
||||
])),
|
||||
),
|
||||
]),
|
||||
)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user