mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-31 08:15:55 -05:00
chore(gt): use gitea.com as default domain
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user