feat: Implement the home screen with new UI components and assets, and refine authentication screens and routing.
This commit is contained in:
@@ -81,7 +81,7 @@ class _SignupScreenState extends ConsumerState<SignupScreen> {
|
||||
child: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 24),
|
||||
child: authState.status == AuthStatus.success
|
||||
child: authState.status == AuthStatus.authenticated
|
||||
? _buildSuccessContent(authState)
|
||||
: _buildFormContent(authState),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user