Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
eaa64fb040
@ -35,6 +35,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
||||
await formEl.validate((valid, fields) => {
|
||||
if (valid) {
|
||||
const params = {
|
||||
appid:props.id,
|
||||
username: form.value.username,
|
||||
password: form.value.password
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user