mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Move function to a more logical location
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user