Files
gitlabhq/spec/javascripts/fixtures/u2f/authenticate.html.haml
T
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

2 lines
90 B
Plaintext

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