Add mail connection details dialog

This commit is contained in:
Johannes Zellner
2025-03-12 13:41:07 +01:00
parent 00a5dbf42c
commit 0865b9bbc5
12 changed files with 56 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function create() {
const accessToken = localStorage.token;
return {
async getConfig() {
async config() {
let error, result;
try {
result = await fetcher.get(`${API_ORIGIN}/api/v1/dashboard/config`, { access_token: accessToken });