Add mail connection details dialog
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user