|
|
@ -31,6 +31,7 @@ |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= activate_angular_js do %> |
|
|
|
<section class="admin--edit-section"> |
|
|
|
<section class="admin--edit-section"> |
|
|
|
<%= toolbar title: t('two_factor_authentication.label_devices') do %> |
|
|
|
<%= toolbar title: t('two_factor_authentication.label_devices') do %> |
|
|
|
<% unless devices.empty? %> |
|
|
|
<% unless devices.empty? %> |
|
|
@ -57,3 +58,4 @@ |
|
|
|
<%= cell ::TwoFactorAuthentication::Devices::TableCell, devices, admin_table: true || @user != User.current %> |
|
|
|
<%= cell ::TwoFactorAuthentication::Devices::TableCell, devices, admin_table: true || @user != User.current %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
|
|
|
|
<% end %> |
|
|
|