Skip to content
Snippets Groups Projects

Frontend: Enable WebAuthn device registration without TOTP

Merged Eduardo Sanz García requested to merge eduardosanz/webauthn-without-totp-frontend into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -8,6 +8,7 @@
before do
stub_feature_flags(webauthn: false)
stub_feature_flags(webauthn_without_totp: false)
end
it_behaves_like 'hardware device for 2fa', 'U2F'
Loading