From 1a829f5e47c666ed915c0cc47196a8a638ffb5bf Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 13 Feb 2022 19:23:40 +0100 Subject: [PATCH] Fix hound nits --- app/controllers/user_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 0cf3b466..b1d02bca 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -192,7 +192,7 @@ class UserController < ApplicationController qr_code = RQRCode::QRCode.new(current_user.provisioning_uri("Retrospring:#{current_user.screen_name}", issuer: "Retrospring")) - @qr_svg = qr_code.as_svg({offset: 4, module_size: 4, color: "000;fill:var(--primary)"}).html_safe + @qr_svg = qr_code.as_svg({ offset: 4, module_size: 4, color: "000;fill:var(--primary)" }).html_safe else @recovery_code_count = current_user.totp_recovery_codes.count end