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),