Skip to content

Commit

Permalink
fix(gitee): platform type saved
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 17, 2020
1 parent a4f1daa commit 5534f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/auth.dart
Expand Up @@ -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,
Expand Down

0 comments on commit 5534f96

Please sign in to comment.