Obscuring password on auth page now

This commit is contained in:
Andrew 2023-03-05 16:24:31 +07:00
parent 8d9fe56550
commit a0896d99eb

View file

@ -78,6 +78,7 @@ class _AuthPageState extends State<AuthPage> {
border: OutlineInputBorder(), border: OutlineInputBorder(),
labelText: "Password", labelText: "Password",
), ),
obscureText: true,
), ),
const SizedBox(height: 16), const SizedBox(height: 16),
Row( Row(