chore(gt): use gitea.com as default domain

This commit is contained in:
Rongjian Zhang 2020-02-26 21:30:41 +08:00
parent 8ee57fdc35
commit 0044893bcc
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class _LoginScreenState extends State<LoginScreen> {
text: 'Gitea Account',
brand: Octicons.git_branch, // TODO: brand icon
onTap: () async {
_domainController.text = 'https://try.gitea.io';
_domainController.text = 'https://gitea.com';
final result = await theme.showConfirm(
context,
_buildPopup(context, showDomain: true),