feat: pass role, agent type, and auth mode to social login providers and repository
This commit is contained in:
@@ -443,8 +443,12 @@ class _SignupScreenState extends ConsumerState<SignupScreen> {
|
||||
const OrDivider(),
|
||||
const SizedBox(height: 24),
|
||||
|
||||
// Social login buttons
|
||||
const SocialLoginButtons(),
|
||||
// Social login buttons (signup mode with role and agent type)
|
||||
SocialLoginButtons(
|
||||
mode: 'signup',
|
||||
role: _selectedRole,
|
||||
agentTypeId: _selectedAgentTypeId,
|
||||
),
|
||||
const SizedBox(height: 40),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user