Reimplement fallback email dialog
This commit is contained in:
@@ -49,6 +49,7 @@ async function onSubmit() {
|
||||
defineExpose({
|
||||
async open(e) {
|
||||
email.value = e;
|
||||
password.value = '';
|
||||
busy.value = false;
|
||||
formError.value = {};
|
||||
dialog.value.open();
|
||||
|
||||
Reference in New Issue
Block a user