Add mail connection details dialog
This commit is contained in:
@@ -115,7 +115,7 @@ onMounted(async () => {
|
||||
busy.value = true;
|
||||
await refreshDomains();
|
||||
|
||||
const [error, result] = await dashboardModel.getConfig();
|
||||
const [error, result] = await dashboardModel.config();
|
||||
if (error) return console.error(error);
|
||||
|
||||
dashboardDomain.value = result.adminDomain;
|
||||
|
||||
Reference in New Issue
Block a user