mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-06-19 18:05:36 +08:00
update
This commit is contained in:
@ -84,7 +84,7 @@ class _HomeState extends State<Home> {
|
||||
title: const Text('登录'),
|
||||
onTap: () {
|
||||
_tencent.login(
|
||||
scope: [TencentScope.GET_SIMPLE_USERINFO],
|
||||
scope: <String>[TencentScope.GET_SIMPLE_USERINFO],
|
||||
);
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user