diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-08-30 17:26:18 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-08-30 17:26:18 +0200 |
commit | a68ec50e4e38898e88a7dcc33bd0032adc946dda (patch) | |
tree | 8137b48a716e05424ca544210d86e91818085ba7 /app/views/settings/two_factor_authentication | |
parent | a340e653df30a90910675f09284059055a598d46 (diff) |
Adapt 2FA changes to glitch-soc's theming system
Diffstat (limited to 'app/views/settings/two_factor_authentication')
-rw-r--r-- | app/views/settings/two_factor_authentication/webauthn_credentials/new.html.haml | 2 |
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' |