style: format code for improved readability and consistency
parent
40609c6531
commit
4991890739
|
|
@ -238,6 +238,9 @@ const open = (data: any) => {
|
||||||
) {
|
) {
|
||||||
refreshAuthentication()
|
refreshAuthentication()
|
||||||
}
|
}
|
||||||
|
if (!form.value.authentication_value.max_attempts) {
|
||||||
|
form.value.authentication_value.max_attempts = 1
|
||||||
|
}
|
||||||
form.value.authentication = data.authentication
|
form.value.authentication = data.authentication
|
||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
loadSharedApi({type: 'application', systemType: apiType.value})
|
loadSharedApi({type: 'application', systemType: apiType.value})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue