Obscuring password on auth page now
This commit is contained in:
parent
8d9fe56550
commit
a0896d99eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue