おっと、スマホを紛失しました。どうすればOTPを受け取れますか?

"disable 2fa"で検索し、最初の結果をご覧ください

つまり:

./launcher enter app
rails c
id = User.find_by(username: "YOURUSERNAME").id
UserSecondFactor.totps.where(user_id: id).each(&:destroy!)