Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
14 lines
314 B
Handlebars
14 lines
314 B
Handlebars
<div id="second-factor">
|
|
<h3>{{secondFactorTitle}}</h3>
|
|
<p>{{secondFactorDescription}}</p>
|
|
{{yield}}
|
|
{{#if backupEnabled}}
|
|
<p>
|
|
{{discourse-linked-text
|
|
class="toggle-second-factor-method"
|
|
action=(action "toggleSecondFactorMethod")
|
|
text=linkText}}
|
|
</p>
|
|
{{/if}}
|
|
</div>
|