Move function to a more logical location

This commit is contained in:
2021-02-17 18:38:04 +01:00
parent 5dfe327f8c
commit 28fb38bf0c
3 changed files with 10 additions and 10 deletions

View File

@ -45,6 +45,14 @@ const AccountInterface = {
ComunicWeb.common.api.makeAPIrequest(apiURI, params, true, callback);
},
/**
* Get current user email address
*/
getMail: async function() {
const res = await api("account/mail", null, true);
return res.mail;
},
/**
* Check whether the security questions have been set for an account
* with an email address or not