mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated user management and modal for password change.
This commit is contained in:
parent
17b42b7d68
commit
df3eb4ff08
5 changed files with 31 additions and 28 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { M } from '../../lib/assets/materialize.js';
|
||||
|
||||
Template.userInfoModal.onCreated(function() {
|
||||
|
||||
});
|
||||
|
|
@ -5,7 +7,8 @@ Template.userInfoModal.onCreated(function() {
|
|||
Template.userInfoModal.onRendered(function() {
|
||||
Session.set("passMatch", true);
|
||||
Session.set("passErr", false);
|
||||
$('.modal').modal();
|
||||
var elems = document.querySelectorAll('.modal');
|
||||
var instances = M.Modal.init(elems, {});
|
||||
});
|
||||
|
||||
Template.userInfoModal.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue