gitlab-org--gitlab-foss/spec/javascripts/fixtures/u2f/authenticate.html.haml
Timothy Andrew 86b07caa59 Implement authentication (login) using a U2F device.
- Move the `authenticate_with_two_factor` method from
  `ApplicationController` to the `AuthenticatesWithTwoFactor` module,
  where it should be.
2016-06-06 12:50:31 +05:30

1 line
90 B
Text

= render partial: "u2f/authenticate", locals: { new_user_session_path: "/users/sign_in" }