diff --git a/lib/oauthapp.dart b/lib/oauthapp.dart index 1a392bc6..48f519b1 100644 --- a/lib/oauthapp.dart +++ b/lib/oauthapp.dart @@ -83,3 +83,7 @@ class OAuthAppState extends State { ); } } + +void main() async { + runApp(OAuthApp()); +}