1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-31 08:04:51 +01:00

fix(gitee): platform type saved

This commit is contained in:
Rongjian Zhang 2020-10-17 17:27:13 +08:00
parent a4f1daab31
commit 5534f96f8a

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,