File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
frontend/appflowy_flutter/lib
user/presentation/screens/sign_in_screen Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,6 @@ class _MobileHomeSettingPageState extends State<MobileHomeSettingPage> {
7171 }
7272
7373 Widget _buildSettingsWidget (UserProfilePB userProfile) {
74- // show the third-party sign in buttons if user logged in with local session and auth is enabled.
75-
76- final isLocalAuthEnabled =
77- userProfile.authenticator == AuthenticatorPB .Local && isAuthEnabled;
78- '' ;
79-
8074 return BlocProvider (
8175 create: (context) => UserWorkspaceBloc (userProfile: userProfile)
8276 ..add (const UserWorkspaceEvent .initial ()),
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ class MobileSignInScreen extends StatelessWidget {
2222
2323 @override
2424 Widget build (BuildContext context) {
25- const double spacing = 16 ;
26-
2725 return BlocBuilder <SignInBloc , SignInState >(
2826 builder: (context, state) {
2927 final theme = AppFlowyTheme .of (context);
You can’t perform that action at this time.
0 commit comments