From 7dae66959e16cf257e737100b976be2f1b1e22c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A2u=20Cao?=
Date: Sun, 19 Feb 2023 15:51:00 +0800
Subject: [PATCH] Formatting
---
app/views/devise/passwords/edit.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb
index 411f101..42375fe 100644
--- a/app/views/devise/passwords/edit.html.erb
+++ b/app/views/devise/passwords/edit.html.erb
@@ -20,7 +20,7 @@
<%= f.label :password_confirmation, "Confirm new password" %>
- <%= f.password_field :password_confirmation, autocomplete: "new-password", class: "w-full"%>
+ <%= f.password_field :password_confirmation, autocomplete: "new-password", class: "w-full" %>
<%= f.submit "Change my password", class: 'btn-md btn-blue w-full' %>