Reimplement fallback email dialog

This commit is contained in:
Johannes Zellner
2025-06-11 10:22:09 +02:00
parent 315210fe29
commit af75060001
5 changed files with 103 additions and 24 deletions
@@ -49,6 +49,7 @@ async function onSubmit() {
defineExpose({
async open(e) {
email.value = e;
password.value = '';
busy.value = false;
formError.value = {};
dialog.value.open();