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:
parent
a4f1daab31
commit
5534f96f8a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user