Skip to content

Commit

Permalink
Default Mail for login request
Browse files Browse the repository at this point in the history
  • Loading branch information
12fahed committed Aug 6, 2024
1 parent 6e0c7d8 commit 04f0ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_ui/screens/login_screen/login_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen> {
),
),
Link(
uri: Uri.parse("mailto:[email protected]"),
uri: Uri.parse("mailto:[email protected]?subject=Request%20for%20Login%20Credentials&body=Dear%20Team,%0D%0A%0D%0AI%20want%20to%20request%20for%20TSEC%20App%20login%20Credentials.%0D%0A%0D%0AMy%20Details%20are:%0D%0AFull%20Name%20(Surname_First_Lastname):%0D%0AEmail:%0D%0APhone%20Number:%0D%0AGraduation%20Year:%0D%0ABranch:%0D%0ADiv%20(C2):%0D%0ABatch%20(C21):%0D%0A%0D%0AThank%20You."),
builder: (context, followLink) => GestureDetector(
onTap: () => followLink?.call(),
child: Text(
Expand Down

0 comments on commit 04f0ad5

Please sign in to comment.