mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Completed the UniFi create voucher flow.
This commit is contained in:
@@ -57,4 +57,13 @@ export default class Signin {
|
||||
this.fields[field].value = "";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear the inputs
|
||||
*/
|
||||
resetForm() {
|
||||
for(let field = 0; field < this.fields.length; field++) {
|
||||
this.fields[field].value = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user