fix: SSO on web
This commit is contained in:
parent
790cccfe8e
commit
a6b02d6195
3 changed files with 19 additions and 7 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue