Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherscovich committed Jul 11, 2023
1 parent 2a1ea12 commit 38e97d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/factories/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@
mfa_level { User.mfa_levels["ui_and_gem_signin"] }
mfa_recovery_codes { %w[aaa bbb ccc] }
end

# create(:user, mfa_level: "ui_and_api", mfa_seed:)
# create(:user).enable_totp!(ROTP::Base32.random_base32, :ui_only)
end
end

0 comments on commit 38e97d9

Please sign in to comment.