Skip to content

Instantly share code, notes, and snippets.

@sbrichardson
Created September 27, 2016 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbrichardson/e394d3cd868e6cc059db4b8fa35cd8cf to your computer and use it in GitHub Desktop.
Save sbrichardson/e394d3cd868e6cc059db4b8fa35cd8cf to your computer and use it in GitHub Desktop.
//refactor to your own app's layout/settings as needed. Using FlowRouter with Blaze Layout below.
FlowRouter.route('/auth', {
name: 'auth',
action: function(params, queryParams) {
BlazeLayout.render("mainLayout", {
content: "loginAuthFrame"
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment