mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
use new dynamic template pattern in accounts-ii
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<template name="_configureLoginServiceDialog">
|
||||
{{#if visible}}
|
||||
<div id="configure-login-service-dialog" class="accounts-dialog accounts-centered-dialog">
|
||||
{{{configurationSteps}}}
|
||||
{{> configurationSteps}}
|
||||
|
||||
<p>
|
||||
Now, copy over some details.
|
||||
|
||||
@@ -223,7 +223,7 @@ Template._configureLoginServiceDialog.visible = function () {
|
||||
|
||||
Template._configureLoginServiceDialog.configurationSteps = function () {
|
||||
// renders the appropriate template
|
||||
return configureLoginServiceDialogTemplateForService()();
|
||||
return configureLoginServiceDialogTemplateForService();
|
||||
};
|
||||
|
||||
Template._configureLoginServiceDialog.additionalClasses = function () {
|
||||
|
||||
Reference in New Issue
Block a user