BUG: remove token text in reset password
This commit is contained in:
parent
70413cc294
commit
ab9cbce41c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class _MihResetPasswordState extends State<MihResetPassword> {
|
|||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
Text("Token: ${widget.token}"), // For testing purposes only
|
||||
// Text("Token: ${widget.token}"), // For testing purposes only
|
||||
//logo
|
||||
Icon(
|
||||
Icons.lock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue