minor login fixes

This commit is contained in:
2026-06-01 14:50:02 +02:00
parent c86c7fca49
commit 59c96d889a

View File

@@ -112,6 +112,14 @@ class _PhoneScreenState extends State<PhoneScreen> {
style: TextStyle(fontSize: 18), style: TextStyle(fontSize: 18),
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
Text(
'(as well as to the email address from your social media account if available)',
style: TextStyle(
fontSize: 16,
color: Colors.grey,
),
textAlign: TextAlign.center,
),
Image.asset('assets/phone.png', width: 300), Image.asset('assets/phone.png', width: 300),
SizedBox(height: 20), SizedBox(height: 20),
_buildPhoneField(), _buildPhoneField(),