mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 09:23:19 +00:00
Clear error message on login method change
This commit is contained in:
parent
2aa745cf69
commit
0b8020d06d
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ class _InvenTreeLoginState extends State<InvenTreeLoginWidget> {
|
|||
onChanged: (val) {
|
||||
setState(() {
|
||||
_method = val ?? LoginMethod.credentials;
|
||||
error = "";
|
||||
});
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue