Skip to content

Commit

Permalink
Update signin_page.dart (firebase#3094)
Browse files Browse the repository at this point in the history
Should say sign in
  • Loading branch information
mosesweb authored Aug 5, 2020
1 parent 22581fc commit 76fc493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final FirebaseAuth _auth = FirebaseAuth.instance;
final GoogleSignIn _googleSignIn = GoogleSignIn();

class SignInPage extends StatefulWidget {
final String title = 'Registration';
final String title = 'Sign In';
@override
State<StatefulWidget> createState() => SignInPageState();
}
Expand Down

0 comments on commit 76fc493

Please sign in to comment.