aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/registrations/new.html.erb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-20 20:48:22 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-20 20:48:22 +0000
commit6676d7cbd85a42de043b0ed1769e82a12a1cb035 (patch)
tree9825c056a4dc741f66dabc8505df0cc0f4e16ed0 /app/views/registrations/new.html.erb
parent11ade983c06afc0a4cf8787e9c3ef413786be84b (diff)
Adds a users controller to fix sign-up bug
Diffstat (limited to '')
-rw-r--r--app/views/registrations/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb
index f70d143..3edc66f 100644
--- a/app/views/registrations/new.html.erb
+++ b/app/views/registrations/new.html.erb
@@ -48,4 +48,4 @@
</div>
<% end %>
<br>
-</div> \ No newline at end of file
+</div>