From 92a77d695094656d558a757d114cc96e65040aed Mon Sep 17 00:00:00 2001 From: Takayuki Kamiyama Date: Thu, 2 Jan 2025 13:26:42 +0900 Subject: [PATCH] Delete. --- app/views/two_step_verifications/new.html.erb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/views/two_step_verifications/new.html.erb diff --git a/app/views/two_step_verifications/new.html.erb b/app/views/two_step_verifications/new.html.erb deleted file mode 100644 index ac9871b..0000000 --- a/app/views/two_step_verifications/new.html.erb +++ /dev/null @@ -1,19 +0,0 @@ -
-
-

2段階認証 (QRコード版)

- <%= form_with url: top_index_path do %> - <%= hidden_field_tag :otp_secret, @otp_secret %> -
-
- <%= image_tag @qr_code %> -
-
-
- <%= label_tag :otp_attempt, '数字を入力してください' %>
- <%= text_field_tag :otp_attempt, '', placeholder: '6桁の数字、入力先' %> -
-
- <%= submit_tag '認証' %> -
- <% end %> -