feat: pass role, agent type, and auth mode to social login providers and repository
This commit is contained in:
@@ -240,8 +240,8 @@ class _LoginScreenState extends ConsumerState<LoginScreen> {
|
||||
const OrDivider(),
|
||||
const SizedBox(height: 24),
|
||||
|
||||
// Social login buttons
|
||||
const SocialLoginButtons(),
|
||||
// Social login buttons (login mode — reject if user doesn't exist)
|
||||
const SocialLoginButtons(mode: 'login'),
|
||||
const SizedBox(height: 40),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user