forked from 2factorauth/twofactorauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
restrictions.html
42 lines (33 loc) · 1.29 KB
/
restrictions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
---
{% include header.html page='restrictions' %}
<div class="main container">
<div class="ui grid">
<div class="column">
<div class="banner ui icon header">
<i class="circular mobile icon"></i>
<h2>Two Factor Auth (2FA) Restrictions</h2>
<div class="sub header">Restrictions on the
<a href="/">list of sites</a>
that support 2FA.
</div>
</div>
{% comment %}
List all the exception includes here in __alphabetical__ order.
The first one should be passed with `class='top'` and the last
should be passed with `class='bottom'`.
To add a site, just copy and paste the
_includes/exceptions/_template.html file and use that as the base.
Example:
{% include exceptions/amazon.html class='top' %}
{% include exceptions/paypal.html %}
{% include exceptions/twitter.html class='bottom' %}
{% endcomment %}
{% include exceptions/none.html %}
{% comment %}
End the exceptions includes.
{% endcomment %}
</div><!-- Column -->
</div><!-- UI Grid -->
</div><!-- Main Container -->