about summary refs log tree commit diff
path: root/app/views/settings
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-08-30 17:26:18 +0200
committerThibaut Girka <thib@sitedethib.com>2020-08-30 17:26:18 +0200
commita68ec50e4e38898e88a7dcc33bd0032adc946dda (patch)
tree8137b48a716e05424ca544210d86e91818085ba7 /app/views/settings
parenta340e653df30a90910675f09284059055a598d46 (diff)
Adapt 2FA changes to glitch-soc's theming system
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml b/app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml
index 0b23bb689..c5a323ee5 100644
--- a/app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml
+++ b/app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml
@@ -12,5 +12,3 @@
 
   .actions
     = f.button :button, t('webauthn_credentials.add'), class: 'js-webauthn', type: :submit
-
-= javascript_pack_tag 'two_factor_authentication', integrity: true, crossorigin: 'anonymous'