Skip to content

Commit

Permalink
Removed unecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroafmonteiro committed Jan 2, 2025
1 parent 90f185b commit b169bed
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/uni_app/lib/view/login/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -347,23 +347,6 @@ class LoginPageViewState extends State<LoginPageView>
);
}

/// I don't think this is being used anywhere, should I delete to clean up?
/// Creates a widget for the user login depending on the status of his login.
/*Widget createStatusWidget(BuildContext context) {
return Consumer<SessionProvider>(
builder: (context, sessionProvider, _) {
if (_loggingIn) {
return const SizedBox(
height: 60,
child:
Center(child: CircularProgressIndicator(color: Colors.white)),
);
}
return Container();
},
);
}*/

Future<void> _showAlternativeLogin() async {
return showDialog<void>(
context: context,
Expand Down

0 comments on commit b169bed

Please sign in to comment.