From 0044893bcc5ad7f8778ce30d76171cc02ac2c075 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Wed, 26 Feb 2020 21:30:41 +0800 Subject: [PATCH] chore(gt): use gitea.com as default domain --- lib/screens/login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/login.dart b/lib/screens/login.dart index 9f37190..4353ea0 100644 --- a/lib/screens/login.dart +++ b/lib/screens/login.dart @@ -276,7 +276,7 @@ class _LoginScreenState extends State { 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),