From 3d263e3083d36deff09151f1ebf6d0aac6c5a9fc Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 29 Aug 2024 14:34:40 +0200 Subject: [PATCH] Update Test profile message --- Frontend/patient_manager/lib/pages/signin.dart | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Frontend/patient_manager/lib/pages/signin.dart b/Frontend/patient_manager/lib/pages/signin.dart index f542f497..3190b9f3 100644 --- a/Frontend/patient_manager/lib/pages/signin.dart +++ b/Frontend/patient_manager/lib/pages/signin.dart @@ -167,6 +167,18 @@ class _SignInState extends State { ), ), const SizedBox(height: 10), + Text( + "NB: These accounts are used for test purposes. Please do not store personal information on these profiles.", + textAlign: TextAlign.center, + style: TextStyle( + color: MzanziInnovationHub.of(context)! + .theme + .secondaryColor(), + fontSize: 15.0, + fontWeight: FontWeight.bold, + ), + ), + const SizedBox(height: 15), Expanded( child: GridView.builder( // physics: ,