-
- 下载
Merge branch 'eduardosanz/remove-frontend-u2f-support' into 'master'
Remove U2F support from the frontend See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111350 Merged-by:Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Imre Farkas <ifarkas@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
显示
- app/assets/javascripts/authentication/mount_2fa.js 3 个添加, 23 个删除app/assets/javascripts/authentication/mount_2fa.js
- app/assets/javascripts/authentication/two_factor_auth/components/manage_two_factor_form.vue 2 个添加, 4 个删除...ion/two_factor_auth/components/manage_two_factor_form.vue
- app/assets/javascripts/authentication/u2f/authenticate.js 0 个添加, 106 个删除app/assets/javascripts/authentication/u2f/authenticate.js
- app/assets/javascripts/authentication/u2f/error.js 0 个添加, 26 个删除app/assets/javascripts/authentication/u2f/error.js
- app/assets/javascripts/authentication/u2f/index.js 0 个添加, 17 个删除app/assets/javascripts/authentication/u2f/index.js
- app/assets/javascripts/authentication/u2f/register.js 0 个添加, 102 个删除app/assets/javascripts/authentication/u2f/register.js
- app/assets/javascripts/authentication/u2f/util.js 0 个添加, 40 个删除app/assets/javascripts/authentication/u2f/util.js
- app/assets/javascripts/authentication/webauthn/index.js 18 个添加, 2 个删除app/assets/javascripts/authentication/webauthn/index.js
- app/assets/stylesheets/pages/profile.scss 0 个添加, 7 个删除app/assets/stylesheets/pages/profile.scss
- app/models/user.rb 1 个添加, 5 个删除app/models/user.rb
- app/views/admin/sessions/_two_factor_otp.html.haml 1 个添加, 1 个删除app/views/admin/sessions/_two_factor_otp.html.haml
- app/views/admin/sessions/two_factor.html.haml 1 个添加, 1 个删除app/views/admin/sessions/two_factor.html.haml
- app/views/devise/sessions/two_factor.html.haml 2 个添加, 2 个删除app/views/devise/sessions/two_factor.html.haml
- app/views/profiles/two_factor_auths/show.html.haml 8 个添加, 24 个删除app/views/profiles/two_factor_auths/show.html.haml
- ee/spec/controllers/ee/admin/sessions_controller_spec.rb 0 个添加, 13 个删除ee/spec/controllers/ee/admin/sessions_controller_spec.rb
- ee/spec/controllers/ee/sessions_controller_spec.rb 0 个添加, 13 个删除ee/spec/controllers/ee/sessions_controller_spec.rb
- ee/spec/features/users/login_spec.rb 0 个添加, 21 个删除ee/spec/features/users/login_spec.rb
- locale/gitlab.pot 2 个添加, 23 个删除locale/gitlab.pot
- spec/controllers/admin/sessions_controller_spec.rb 0 个添加, 10 个删除spec/controllers/admin/sessions_controller_spec.rb
- spec/features/u2f_spec.rb 0 个添加, 216 个删除spec/features/u2f_spec.rb
加载中
想要评论请 注册 或 登录