Skip to content

Commit 9e65a81

Browse files
committed
refact
1 parent e6e70bc commit 9e65a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/ui/modules/unauthenticated/login/login.widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class LoginWidget {
2828

2929
SizedBox(height: 20),
3030

31-
StreamBuilder<Object>(
31+
StreamBuilder(
3232
stream: vm.login,
3333
builder: (context, snapshot) {
3434
return InputWidget(

0 commit comments

Comments
 (0)