perf: update placeholder (#4409)

* perf: update passkey create

* perf: update placeholder

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2024-10-17 11:10:18 +08:00
committed by GitHub
parent 611341307b
commit 9b6f54c1ed

View File

@@ -23,6 +23,9 @@ export default {
'AUTH_PASSKEY', 'FIDO_SERVER_ID', 'FIDO_SERVER_NAME'
],
fieldsMeta: {
'FIDO_SERVER_ID': {
placeholder: 'js.example.org'
}
},
submitMethod() {
return 'patch'
@@ -30,8 +33,7 @@ export default {
}
}
},
methods: {
}
methods: {}
}
</script>