Skip to content

Commit 06a85c4

Browse files
committed
moved terms link, see meteor-useraccounts/core#239
1 parent e60478e commit 06a85c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/at_form.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
{{#if showPwdForm}}
2020
{{> atPwdForm}}
2121
{{/if}}
22+
{{#if showTermsLink}}
23+
{{> atTermsLink}}
24+
{{/if}}
2225
{{#if showSignInLink}}
2326
{{> atSigninLink}}
2427
{{/if}}
2528
{{#if showSignUpLink}}
2629
{{> atSignupLink}}
2730
{{/if}}
28-
{{#if showTermsLink}}
29-
{{> atTermsLink}}
30-
{{/if}}
3131
</div>
3232
{{/unless}}
3333
</template>

0 commit comments

Comments
 (0)