Remove the webauthn-ruby stuff.
This commit is contained in:
parent
ba3392fb47
commit
f6baae259e
@ -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
1
db/schema.rb
generated
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user