From bfb782992ad995d03a20d411445b153d64f3da02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Thu, 4 Oct 2018 11:56:21 +0200 Subject: [PATCH] Use the correct for attribute in label tag closes #102 --- app/views/devise/verify_authy.html.erb | 2 +- app/views/devise/verify_authy.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/devise/verify_authy.html.erb b/app/views/devise/verify_authy.html.erb index e922c5f..fee38ab 100644 --- a/app/views/devise/verify_authy.html.erb +++ b/app/views/devise/verify_authy.html.erb @@ -4,7 +4,7 @@ <%= verify_authy_form do %> <%= I18n.t('submit_token_title', {:scope => 'devise'}) %> - <%= label_tag :token %> + <%= label_tag 'authy-token' %> <%= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token' %>