From a0896d99eb1d834ae16b9b9f5a5c0ae89a84242f Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Sun, 5 Mar 2023 16:24:31 +0700 Subject: [PATCH] Obscuring password on auth page now --- lib/ui/pages/auth_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/pages/auth_page.dart b/lib/ui/pages/auth_page.dart index 39b9ee1..bf5674c 100644 --- a/lib/ui/pages/auth_page.dart +++ b/lib/ui/pages/auth_page.dart @@ -78,6 +78,7 @@ class _AuthPageState extends State { border: OutlineInputBorder(), labelText: "Password", ), + obscureText: true, ), const SizedBox(height: 16), Row(