From 5534f96f8abbffd5cf0aba057ce00dea801f2345 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sat, 17 Oct 2020 17:27:13 +0800 Subject: [PATCH] fix(gitee): platform type saved --- lib/models/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/auth.dart b/lib/models/auth.dart index 93fa2ebe..e45e7878 100644 --- a/lib/models/auth.dart +++ b/lib/models/auth.dart @@ -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,