Skip to content

Commit

Permalink
password instructions added
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecarroz committed Oct 4, 2024
1 parent 25e354e commit d941e1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ui/pages/sign_up_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ class SignUpPage extends StatelessWidget {
controller: passwordTextController,
obscureText: true,
),
const SizedBox(height: 5),
Align(
alignment: Alignment.centerLeft,
child: const Text(
'Minimum 8 characters',
style: PresetTextStyle.black13w400,
),
),
const SizedBox(height: 20),
SizedBox(
height: 50,
Expand Down

0 comments on commit d941e1d

Please sign in to comment.