Dart 2 fixes
This commit is contained in:
parent
aca5489e8d
commit
0a0a5b1e57
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ abstract class AuthorizationServer<Client, User> {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response != null) {
|
if (response != null) {
|
||||||
return {'token_type': AuthorizationTokenType.bearer}
|
return <String, dynamic>{'token_type': AuthorizationTokenType.bearer}
|
||||||
..addAll(response.toJson());
|
..addAll(response.toJson());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue