Skip to content

Commit

Permalink
Merge pull request AOSSIE-Org#408 from ARYPROGRAMMER/bug/brackets
Browse files Browse the repository at this point in the history
Bug: there is an unclosed bracket in email_verification_screen
  • Loading branch information
AyaNady17 authored Dec 11, 2024
2 parents 134f128 + 651d09d commit 057bce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/screens/email_verification_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class EmailVerificationScreen extends StatelessWidget {
flex: 1,
child: SizedBox(
height: UiSizes.height_60,
),
),
OtpTextField(
autoFocus: true,
Expand Down

0 comments on commit 057bce5

Please sign in to comment.