fix(gitee): platform type saved

This commit is contained in:
Rongjian Zhang 2020-10-17 17:27:13 +08:00
parent a4f1daab31
commit 5534f96f8a
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class AuthModel with ChangeNotifier {
final user = GiteeUser.fromJson(info);
await _addAccount(Account(
platform: PlatformType.gitea,
platform: PlatformType.gitee,
domain: 'https://gitee.com',
token: token,
login: user.login,