fix: SSO on web

This commit is contained in:
Christian Pauly 2021-07-08 18:42:46 +02:00
commit a6b02d6195
3 changed files with 19 additions and 7 deletions

View file

@ -37,11 +37,14 @@ class Matrix extends StatefulWidget {
final Client client;
final Map<String, String> queryParameters;
Matrix({
this.child,
@required this.router,
@required this.context,
@required this.client,
this.queryParameters,
Key key,
}) : super(key: key);