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:
parent
8ee57fdc35
commit
0044893bcc
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user