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

@ -66,7 +66,7 @@ ComunicWeb.pages.settings.sections.password = {
let user = await userInfo(userID());
newPasswordInput.setUser(user)
let mail = await SettingsInterface.getMail()
let mail = await AccountInterface.getMail()
newPasswordInput.setEmail(mail)
} catch(e) {
console.error(e);