Remove the webauthn-ruby stuff.

This commit is contained in:
Jez Caudle 2024-05-24 08:45:33 +01:00
parent ba3392fb47
commit f6baae259e
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
class AddWebAuthnIdToUser < ActiveRecord::Migration[7.1]
def change
add_column :users, :webauthn_id, :string
end
end

1
db/schema.rb generated
View File

@ -42,7 +42,6 @@ ActiveRecord::Schema[7.1].define(version: 2024_05_21_090545) do
t.datetime "locked_at" t.datetime "locked_at"
t.datetime "created_at", null: false t.datetime "created_at", null: false
t.datetime "updated_at", null: false t.datetime "updated_at", null: false
t.string "webauthn_id"
t.string "otp_secret" t.string "otp_secret"
t.integer "consumed_timestep" t.integer "consumed_timestep"
t.boolean "otp_required_for_login" t.boolean "otp_required_for_login"