Sha256: e5e76f01b9dc0df74ab5236905e5632af2b3aa1f198f75c4a0de1494b7b9628d

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

- @body_class = "page--auth ready"

.auth
  .auth__title Adminos
  .auth__welcome= t('admin.welcome')

  = simple_form_for resource, as: resource_name, url: session_path(resource_name), wrapper: :auth, html: { class: 'form auth__form' } do |f|
    = f.input :otp_attempt, placeholder: '2FA'

    .form__submit.centered
      = f.submit t('admin.users.labels.form.login'), class: 'button button--rounded'

  - if flash.present?
    .auth__message
      = show_flash_alert

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/two_facto_auth/auto/app/views/devise/sessions/two_factor.slim
adminos-1.0.0.pre.rc.4 lib/generators/templates/two_facto_auth/auto/app/views/devise/sessions/two_factor.slim