Use InputGroup in impersonate and password reset dialogs

This commit is contained in:
Johannes Zellner
2025-02-16 16:25:44 +01:00
parent dc98c2c1fe
commit 270d27be73
3 changed files with 15 additions and 11 deletions

View File

@@ -50,8 +50,6 @@ async function onSubmit() {
defineExpose({
async open(g = null) {
console.log(g)
group.value = g;
name.value = g ? g.name : '';