Skip to content

Commit

Permalink
✨ Added CGU link
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Apr 5, 2024
1 parent 8890e80 commit 4a2588c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions frontend/app_student/lib/login/views/login_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ class LoginView extends StatelessWidget {
const HeaderLogo(),
HeaderTitle(title),
const Expanded(child: FormLogin()),
const Padding(
padding: EdgeInsets.all(8.0),
child: Text(
'En utilisant le service, vous acceptez nos conditions d\'utilisation et notre politique de confidentialité.',
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.grey,
fontSize: 12,
),
),
),
],
),
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/app_student/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+6
version: 1.0.0+7

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit 4a2588c

Please sign in to comment.