1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-31 16:14:49 +01:00

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

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