Added Vue, looks like this branch is now going to be DiceCloud V2

This commit is contained in:
Stefan Zermatten
2018-09-27 14:55:27 +02:00
parent d82031ab0d
commit 6a73d3576a
20 changed files with 658 additions and 456 deletions

View File

@@ -18,7 +18,7 @@ AccountsTemplates.configure({
resendVerificationEmailLink_link: "Resend email verification",
},
});
/*
AccountsTemplates.configureRoute("changePwd", {
template: "titledAtForm",
layoutTemplate: "layout",
@@ -51,7 +51,7 @@ AccountsTemplates.configureRoute("resendVerificationEmail", {
template: "titledAtForm",
layoutTemplate: "layout",
});
*/
if (Meteor.isServer){
Meteor.methods({
"userExists": function(username){