feat: Implement email verification flow for user registration, update API base URL, and refine agent search screen UI.
This commit is contained in:
@@ -113,7 +113,7 @@ class _SignupScreenState extends ConsumerState<SignupScreen> {
|
||||
child: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 24),
|
||||
child: authState.status == AuthStatus.authenticated
|
||||
child: authState.registrationSuccess
|
||||
? _buildSuccessContent(authState)
|
||||
: _buildFormContent(authState),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user